mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 09:52:32 +00:00
fix missing space in remote sql logic
This commit is contained in:
parent
079983437a
commit
49e5e5100d
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ if [[ "${INSTALL_MYSQL}" = false ]]; then
|
|||
read -p "SQL: Enter remote MySQL server port [3306]: " MYSQL_PORT
|
||||
[[ -z "${GUAC_DB}" ]] &&
|
||||
read -p "SQL: Enter remote Guacamole database name [guacamole_db]: " GUAC_DB
|
||||
[[-z "${GUAC_USER}" ]] &&
|
||||
[[ -z "${GUAC_USER}" ]] &&
|
||||
read -p "SQL: Enter remote Guacamole user name [guacamole_user]: " GUAC_USER
|
||||
fi
|
||||
# Checking if a mysql host given, if not set a default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue