From 08e7c315c93ec4e7e0190b98f290a3ab60e7291a Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 27 Jan 2014 15:41:59 +0000 Subject: [PATCH] fix a -z test, quotes needed --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index 9b640c23..b66c57c8 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -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