echo"Nginx automatic setup is not supported. Please configure it manually."
echo"Nginx automatic setup is not supported. Please configure it manually."
echo"Please onfirm you have acknowledged this message."
echo"Please confirm you have acknowledged this message."
while true;do
_ask_value "Acknowledged""yes"
read -p "Acknowledged (y/n)?" choice
case"$choice" in
y|Y ) break;;
n|N ) exit;;
* )echo"Invalid";;
esac
done
fi
fi
@ -726,7 +698,7 @@ interactive_guide() {
# Prompt to inform the installation process is over
# Prompt to inform the installation process is over
TITLE="End of the setup"
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."