mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
fix a -z test, quotes needed
This commit is contained in:
@@ -63,7 +63,7 @@ EOF
|
||||
. scripts/web.sh
|
||||
. scripts/webmail.sh
|
||||
|
||||
if [ -z `tools/mail.py user` ]; then
|
||||
if [ -z "`tools/mail.py user`" ]; then
|
||||
# The outut of "tools/mail.py user" is a list of mail users. If there
|
||||
# are none configured, ask the user to configure one.
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user