wg-installer: fix cleanup script

The wrong function was called.

Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke 2022-01-10 10:49:01 +01:00
parent 99fc0216e0
commit e6afcf8f3c

View file

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