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:
parent
1e179f92a3
commit
b3764db33c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ next_port () {
|
|||
}
|
||||
|
||||
cleanup_wginterfaces() {
|
||||
neighbors_available
|
||||
check_wg_neighbors
|
||||
}
|
||||
|
||||
delete_wg_interface() {
|
||||
|
|
Loading…
Reference in a new issue