Browse Source

zerotier: make sure the /var/lib exists

Signed-off-by: Moritz Warning <moritzwarning@web.de>
lilik-openwrt-22.03
Moritz Warning 5 years ago
parent
commit
43cca9cddc
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/zerotier/files/etc/init.d/zerotier

+ 3
- 0
net/zerotier/files/etc/init.d/zerotier 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


Loading…
Cancel
Save