Merge pull request #5893 from mwarning/zerotier

zerotier: fix 'unknown operand' error
This commit is contained in:
Dirk Brenken
2018-04-10 20:19:57 +02:00
committed by GitHub
+1 -1
View File
@@ -28,7 +28,7 @@ start_instance() {
rm -rf $CONFIG_PATH
# Create link from CONFIG_PATH to config_path
if [ -n "$config_path" -a $config_path != $CONFIG_PATH ]; then
if [ -n "$config_path" -a "$config_path" != $CONFIG_PATH ]; then
if [ ! -d "$config_path" ]; then
echo "ZeroTier config_path does not exist: $config_path"
return