From 46ea23926030e5c6893e20df6bd4ea9657a42ec2 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 10 Aug 2024 21:33:22 +0200 Subject: [PATCH] upgrade_roundcube.sh: delete unused statement.. --- upgrade_roundcube.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/upgrade_roundcube.sh b/upgrade_roundcube.sh index c85cc3d..62ec90f 100755 --- a/upgrade_roundcube.sh +++ b/upgrade_roundcube.sh @@ -323,7 +323,6 @@ if [ "$DB_TYPE" = "postgres" -o "$DB_TYPE" = "postgresql" -o "$DB_TYPE" = "pgsq fi -mysql_credential_args="$MYSQL_CREDENTIALS" if [[ "$DB_TYPE" = "mysql" ]] ; then if [[ -z ${MYSQL_CREDENTIALS} ]] ; then