We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff34ce commit 9aaf883Copy full SHA for 9aaf883
bin/v-change-sys-webmail
@@ -36,7 +36,7 @@ check_args '1' "$#" 'WEBMAIL'
36
# Delete old webmail configuration
37
for user in `ls /usr/local/hestia/data/users/`; do
38
for domain in $($BIN/v-list-web-domains $user plain |cut -f 1); do
39
- v-delete-webmail $user $domain
+ $BIN/v-delete-webmail $user $domain
40
done
41
42
@@ -46,7 +46,7 @@ sed -i "s|WEBMAIL_ALIAS='$OLD_ALIAS'|WEBMAIL_ALIAS='$NEW_ALIAS'|gI" $HESTIA/conf
46
47
48
echo "Changing webmail alias for $domain"
49
- v-add-webmail $user $domain
+ $BIN/v-add-webmail $user $domain
50
51
52
0 commit comments