From: Nick Hainke Date: Mon, 10 Jan 2022 09:49:01 +0000 (+0100) Subject: wg-installer: fix cleanup script X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e6afcf8f3c5ef428a954bda0f391f7b691d0de9f;p=feed%2Fpackages.git wg-installer: fix cleanup script The wrong function was called. Signed-off-by: Nick Hainke --- diff --git a/net/wg-installer/common/wg.sh b/net/wg-installer/common/wg.sh index c6d02d92c7..60bc7109ab 100644 --- a/net/wg-installer/common/wg.sh +++ b/net/wg-installer/common/wg.sh @@ -15,7 +15,7 @@ next_port () { } cleanup_wginterfaces() { - neighbors_available + check_wg_neighbors } delete_wg_interface() {