mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Update install-new-roundcube.sh
This commit is contained in:
parent
8bbf4ef361
commit
add252bbd7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [ $# -gt 1 ]; then
|
||||||
DOMAIN=$2
|
DOMAIN=$2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DATABASE_NAME="${USER}_roundcube"
|
DATABASE_NAME="${USER}_${DATABASE_NAME_WITHOUT_PREFIX}"
|
||||||
|
|
||||||
if [ -z "$USER" ] || [ -z "$DOMAIN" ]; then
|
if [ -z "$USER" ] || [ -z "$DOMAIN" ]; then
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue