mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
fix a -z test, quotes needed
This commit is contained in:
parent
afda0405cf
commit
08e7c315c9
@ -63,7 +63,7 @@ EOF
|
|||||||
. scripts/web.sh
|
. scripts/web.sh
|
||||||
. scripts/webmail.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
|
# The outut of "tools/mail.py user" is a list of mail users. If there
|
||||||
# are none configured, ask the user to configure one.
|
# are none configured, ask the user to configure one.
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user