Merge pull request #1792 from kunkku/link-content

zmlinkcontent: fix syntax error
This commit is contained in:
Andrew Bauer 2017-02-20 06:52:46 -06:00 committed by GitHub
commit 81403eb1ce
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