projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fc021
)
wg-installer: fix cleanup script
author
Nick Hainke
<
[email protected]
>
Mon, 10 Jan 2022 09:49:01 +0000
(10:49 +0100)
committer
Nick Hainke
<
[email protected]
>
Mon, 10 Jan 2022 12:32:20 +0000
(13:32 +0100)
The wrong function was called.
Signed-off-by: Nick Hainke <
[email protected]
>
net/wg-installer/common/wg.sh
patch
|
blob
|
history
diff --git
a/net/wg-installer/common/wg.sh
b/net/wg-installer/common/wg.sh
index c6d02d92c773c61faa36cbd7f7f35b8c1173967d..60bc7109ab22301c3cd7173a597ec9f885f65140 100644
(file)
--- 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() {