mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-07-09 18:42:55 +00:00
Remove generation of PNG QR codes on add as done for init
This commit is contained in:
@ -53,9 +53,4 @@ AllowedIPs = 0.0.0.0/0, ::/0
|
|||||||
Endpoint = $SERVER_HOST:$SERVER_PORT
|
Endpoint = $SERVER_HOST:$SERVER_PORT
|
||||||
EOF
|
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"
|
echo "Added Client # $CLIENT_ID"
|
Reference in New Issue
Block a user