mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #5893 from mwarning/zerotier
zerotier: fix 'unknown operand' error
This commit is contained in:
@@ -28,7 +28,7 @@ start_instance() {
|
|||||||
rm -rf $CONFIG_PATH
|
rm -rf $CONFIG_PATH
|
||||||
|
|
||||||
# Create link from CONFIG_PATH to 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
|
if [ ! -d "$config_path" ]; then
|
||||||
echo "ZeroTier config_path does not exist: $config_path"
|
echo "ZeroTier config_path does not exist: $config_path"
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user