From 084956ef17692985ce8dac3a5e46092bba6c1b82 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 31 Oct 2018 03:42:08 +0100 Subject: [PATCH] upgrade_roundcube.sh: Add missing default values for MySQL credentials. --- upgrade_roundcube.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrade_roundcube.sh b/upgrade_roundcube.sh index 56915ba..ae25801 100755 --- a/upgrade_roundcube.sh +++ b/upgrade_roundcube.sh @@ -134,6 +134,8 @@ fi DEFAULT_DB_HOST="localhost" DEFAULT_DB_NAME="roundcubemail" DEFAULT_DB_USER="roundcube" +DEFAULT_DEBIAN_MYSQL_CREDENTIALS="--defaults-file=/etc/mysql/debian.cnf" +DEFAULT_MYSQL_CREDENTIALS="--defaults-file=/usr/local/mysql/sys-maint.cnf" echo