mirror of
https://github.com/openwrt/packages.git
synced 2026-01-13 11:19:13 +00:00
wireguard: remove misspelled debugging line
There are no other "echo" debug lines in this file, and it seems clear that this one was accidentally left as a debugging line, since it misspelled "dependency". So, we just remove this line. We don't bump the package version, though, because this is pretty inconsequential. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
committed by
GitHub
parent
362d2bc60e
commit
de97e29328
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user