itiligent / Guacamole-Installer

Automated install of Gucamole with options for HTTPS reverse proxy, Active Directory integration, MFA, LetsEncrypt, dark theme, MySQL backup, email alerts & more.
GNU Affero General Public License v3.0
270 stars 49 forks source link

MYSQL Password is not set / empty #49

Closed schleicherdeha closed 2 months ago

schleicherdeha commented 2 months ago

There is no prompt for the Password for MYSQL, so it seems that it's empty. If i understand it right, it is inserted in the backup-guacamole.sh

This in my case is:

GUAC_USER='guacamole_user' GUAC_PWD=''

Could you check this please?

Kind regards

itiligent commented 2 months ago

I updated the download link to use curl but I left a bug that skipped saving the setup script locally before execution. It prompts as normal now, so try again with:

curl -sSL https://raw.githubusercontent.com/itiligent/Guacamole-Install/main/1-setup.sh -o 1-setup.sh && bash 1-setup.sh