echo"Nginx automatic setup is not supported. Please configure it manually."
echo"Please onfirm you have acknowledged this message."
while true;do
read-p"Acknowledged (y/n)?" choice
case"$choice"in
y|Y )break;;
n|N )exit;;
*)echo"Invalid";;
esac
done
echo"Please confirm you have acknowledged this message."
_ask_value "Acknowledged""yes"
fi
...
...
@@ -726,7 +698,7 @@ interactive_guide() {
# Prompt to inform the installation process is over
TITLE="End of the setup"
MSGBOX="You can now visit $url_server and connect with the credentials you just entered. This user hhas the superuser rights, meaning he can access and do everything."
MSGBOX="You can now visit $url_server and connect with the credentials you just entered. This user has the superuser rights, meaning he can access and do everything."