This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
2da998768b
commit
43cca9cddc
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save