Update install-new-roundcube.sh

This commit is contained in:
myvesta 2022-04-02 10:13:37 +02:00 committed by GitHub
commit add252bbd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ if [ $# -gt 1 ]; then
DOMAIN=$2
fi
DATABASE_NAME="${USER}_roundcube"
DATABASE_NAME="${USER}_${DATABASE_NAME_WITHOUT_PREFIX}"
if [ -z "$USER" ] || [ -z "$DOMAIN" ]; then
echo "Usage:"