mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +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
|
||||
fi
|
||||
|
||||
# ensure that the symlink target exists
|
||||
mkdir -p $(dirname $path)
|
||||
|
||||
ln -s $config_path $path
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user