zmlinkcontent: fix syntax error

This commit is contained in:
Kaarle Ritvanen 2017-02-20 11:12:15 +02:00
parent 6ecfdf2c31
commit 548464c0d5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if [ -n "$ZM_CONFIG" ]; then
elif [ -f "zm.conf" ]; then
echo "Using local zm.conf"
source "zm.conf"
elif [ -f "/etc/zm.conf"]; then
elif [ -f "/etc/zm.conf" ]; then
echo "Using system zm.conf"
source "/etc/zm.conf"
else