Commit 08e7c315 authored by Joshua Tauberer's avatar Joshua Tauberer

fix a -z test, quotes needed

parent afda0405
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment