Merge pull request #1792 from kunkku/link-content
zmlinkcontent: fix syntax error
This commit is contained in:
commit
81403eb1ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue