mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-04-19 21:36:49 +00:00
Remove comments from QR code
This commit is contained in:
parent
1d945f7ffb
commit
9afa126178
@ -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
|
Loading…
x
Reference in New Issue
Block a user