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
tinc: add creation of hosts directory for each network configuration
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
lilik-openwrt-22.03
Erwan MAS
3 years ago
committed by
Rosen Penev
parent
9ffd55a993
commit
fb99d50c1e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/tinc/files/tinc.init
+ 1
- 1
net/tinc/files/tinc.init
View File
@ -156,7 +156,7 @@ prepare_net() {
section_enabled "$s" || return 1
[ -d "$TMP_TINC/$s" ] && rm -rf "$TMP_TINC/$s/"
mkdir -p "$TMP_TINC/$s"
mkdir -p "$TMP_TINC/$s
/hosts
"
[ -d "/etc/tinc/$s" ] && cp -r "/etc/tinc/$s" "$TMP_TINC/"
# append flags
Write
Preview
Loading…
Cancel
Save