mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
zerotier: make sure the /var/lib exists
Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
@@ -39,6 +39,9 @@ start_instance() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# ensure that the symlink target exists
|
||||||
|
mkdir -p $(dirname $path)
|
||||||
|
|
||||||
ln -s $config_path $path
|
ln -s $config_path $path
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user