fix a -z test, quotes needed

This commit is contained in:
Joshua Tauberer 2014-01-27 15:41:59 +00:00
parent afda0405cf
commit 08e7c315c9
1 changed files with 1 additions and 1 deletions

View File

@ -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