[OpenWrt-Devel] [PATCH] wireguard: skip peer config if public key of the peer is not defined

Adrian Schmutzler mail at adrianschmutzler.de
Wed Dec 4 15:41:28 EST 2019


Hi,

> +	if [ -z "$public_key" ]; then
> +		echo "Skipping peer config $peer_config public key not
> defined"

That's not a sentence. Either add a colon after $peer_config or make it a
real sentence:

"Skipping peer config $peer_config because public key is not defined."

Best

Adrian 


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list