upgrade_roundcube.sh: delete unused statement..

This commit is contained in:
Christoph 2024-08-10 21:33:22 +02:00
parent f766e859f7
commit 46ea239260

View File

@ -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