mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-07-01 15:22:55 +00:00
Remove comments from QR code
This commit is contained in:
@ -7,5 +7,5 @@ echo
|
|||||||
|
|
||||||
# Create QR-codes for clients
|
# Create QR-codes for clients
|
||||||
if [ ! -z "$(which qrencode 2>/dev/null)" ]; then
|
if [ ! -z "$(which qrencode 2>/dev/null)" ]; then
|
||||||
qrencode -t utf8 < "$DEVICE-client_$1.conf"
|
cat "$DEVICE-client_$1.conf" | sed '/^#/d '| qrencode -t utf8
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user