install_roundcube.sh: correct default value 'DEFAULT_DEBIAN_MYSQL_CREDENTIALS'.

This commit is contained in:
Christoph 2023-03-06 09:49:16 +01:00
parent 4b9ba22a0e
commit 4dc221a1dd

View File

@ -303,7 +303,7 @@ elif [[ -f "/etc/mysql/debian.cnf" ]] ; then
else
DEFAULT_MYSQL_CREDENTIALS=""
fi
DEFAULT_DEBIAN_MYSQL_CREDENTIALS="/etc/mysql/debian.cnf"
DEFAULT_DEBIAN_MYSQL_CREDENTIALS="--defaults-file=/etc/mysql/debian.cnf"
[[ -n "$ROUNDCUBE_VERSION" ]] || fatal "Roundcube Version (ROUNDCUBE_VERSION) not present!"
[[ -n "$WEBSITE_NAME" ]] || fatal "Website's name (WEBSITE_NAME) not present!"