zerotier: make sure the /var/lib exists

Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
Moritz Warning 2019-09-08 17:18:47 +02:00
parent 38a3ed1c75
commit f0c5a95a4f

View file

@ -39,6 +39,9 @@ start_instance() {
return
fi
# ensure that the symlink target exists
mkdir -p $(dirname $path)
ln -s $config_path $path
fi