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
wg-installer: fix cleanup script
The wrong function was called. Signed-off-by: Nick Hainke <vincent@systemli.org>
lilik-openwrt-22.03
Nick Hainke
3 years ago
parent
99fc0216e0
commit
e6afcf8f3c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/wg-installer/common/wg.sh
+ 1
- 1
net/wg-installer/common/wg.sh
View File
@ -15,7 +15,7 @@ next_port () {
}
cleanup_wginterfaces
(
)
{
neighbors
_available
check_wg_
neighbors
}
delete_wg_interface
(
)
{
Write
Preview
Loading…
Cancel
Save