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 2 years ago
parent
commit
e6afcf8f3c
1 changed files with 1 additions and 1 deletions
  1. +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() {


Loading…
Cancel
Save