diff --git a/net/zerotier/files/zerotier.init b/net/zerotier/files/zerotier.init index 13aff5bf0a..d4831bdd56 100644 --- a/net/zerotier/files/zerotier.init +++ b/net/zerotier/files/zerotier.init @@ -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