mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-04-19 13:26:50 +00:00
Remove generation of PNG QR codes on add as done for init
This commit is contained in:
parent
0aa12e997f
commit
133c466c26
@ -53,9 +53,4 @@ AllowedIPs = 0.0.0.0/0, ::/0
|
||||
Endpoint = $SERVER_HOST:$SERVER_PORT
|
||||
EOF
|
||||
|
||||
# Create QR-codes for clients
|
||||
if [ ! -z "$(which qrencode 2>/dev/null)" ]; then
|
||||
qrencode -t png -o "$DEVICE-client_$CLIENT_ID.png" < $DEVICE-client_$CLIENT_ID.conf
|
||||
fi
|
||||
|
||||
echo "Added Client # $CLIENT_ID"
|
Loading…
x
Reference in New Issue
Block a user