From e6afcf8f3c5ef428a954bda0f391f7b691d0de9f Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Mon, 10 Jan 2022 10:49:01 +0100 Subject: [PATCH] wg-installer: fix cleanup script The wrong function was called. Signed-off-by: Nick Hainke --- net/wg-installer/common/wg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/wg-installer/common/wg.sh b/net/wg-installer/common/wg.sh index c6d02d92c..60bc7109a 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() {