Merge pull request #4479 from zx2c4/patch-6
wireguard: remove misspelled debugging line
This commit is contained in:
commit
584986a8a8
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ proto_wireguard_setup() {
|
|||
sed -E 's/\[?([0-9.:a-f]+)\]?:([0-9]+)/\1 \2/' | \
|
||||
while IFS=$'\t ' read -r key address port; do
|
||||
[ -n "${port}" ] || continue
|
||||
echo "adding host depedency for ${address} at ${config}"
|
||||
proto_add_host_dependency "${config}" "${address}"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue