That is true but its there in Evo skin, tried to rebuild everything ?It doesn't show in the Enhanced
Can you be a bit more specific?Custombuild is not showing in an old installation but has been updated to the latest.
CHANNEL=rhel7
OS_SLUG=linux_amd64
COMMIT=$(dig +short -t txt "$CHANNEL-version.directadmin.com" | sed 's|.*commit=\([0-9a-f]*\).*|\1|')
FILE="directadmin_${COMMIT}_${OS_SLUG}.tar.gz"
curl --location --progress-bar --connect-timeout 10 "https://download.directadmin.com/${FILE}" --output "/root/${FILE}"
tar xzf "/root/${FILE}" -C /usr/local/directadmin/usr/local/directadmin
/usr/local/directadmin/scripts/update.sh
service directadmin restart
Yep, sorry, I was mistaken, you are quite right. I adjusted my post to correct it.Custombuild does show in Evo skin in legacy licenses.