wg-installer: fix cleanup script

The wrong function was called.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit e6afcf8f3c)
This commit is contained in:
Nick Hainke 2022-01-10 10:49:01 +01:00
parent 1e179f92a3
commit b3764db33c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ next_port () {
}
cleanup_wginterfaces() {
neighbors_available
check_wg_neighbors
}
delete_wg_interface() {