zerotier: make sure the /var/lib exists
Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
38a3ed1c75
commit
f0c5a95a4f
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ start_instance() {
|
|||
return
|
||||
fi
|
||||
|
||||
# ensure that the symlink target exists
|
||||
mkdir -p $(dirname $path)
|
||||
|
||||
ln -s $config_path $path
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue