setup script updated

This commit is contained in:
Fr4nz D13trich 2025-10-15 08:14:42 +02:00
parent 8d99133efd
commit 45db22a155

View file

@ -166,7 +166,7 @@ while true; do
break
elif [[ "$installSSL" == "n" || "$installSSL" = "N" ]]; then
echo -e "\n ${YEL}Nginx configuration skipped!${CRS}\n"
echo -e "\n ${YEL}Nginx configuration skipped!${CRS}"
break
else