mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Update install-new-roundcube.sh
This commit is contained in:
parent
1cbd6a5797
commit
8bbf4ef361
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,6 @@ LOGINMESSAGE1='Click here for NEW Webmail'
|
|||
LOGINMESSAGE2='(it is adapted for mobile phones too)'
|
||||
|
||||
DATABASE_NAME_WITHOUT_PREFIX="roundcube"
|
||||
DATABASE_NAME="${USER}_roundcube"
|
||||
|
||||
#############################################################################################################################
|
||||
|
||||
|
@ -21,6 +20,8 @@ if [ $# -gt 1 ]; then
|
|||
DOMAIN=$2
|
||||
fi
|
||||
|
||||
DATABASE_NAME="${USER}_roundcube"
|
||||
|
||||
if [ -z "$USER" ] || [ -z "$DOMAIN" ]; then
|
||||
echo "Usage:"
|
||||
echo "bash install-new-roundcube.sh VESTAUSER YOURDOMAIN.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue