diff --git a/dapostinstall.sh b/dapostinstall.sh index c286458..63a516c 100644 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -23,7 +23,8 @@ sed -i "/ns1=/c\ns1=$NS1_DEFAULT" /usr/local/directadmin/data/users/admin/user.c sed -i "/ns2=/c\ns2=$NS2_DEFAULT" /usr/local/directadmin/data/users/admin/user.conf systemctl restart directadmin -read -p "Enter Podaj docelowy port SSH: " SSH_PORT=${SSH_PORT:-10022} +read -p "Podaj port SSH [10022]: " SSH_PORT +SSH_PORT=${SSH_PORT:-10022} echo "Certyfikat SSL dla DirectAdmina"