mirror of https://github.com/openwrt/packages.git
zerotier: make sure the /var/lib exists
Signed-off-by: Moritz Warning <moritzwarning@web.de>pull/9937/head
parent
2da998768b
commit
43cca9cddc
|
@ -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 New Issue