Merge pull request #1394 from jp-bennett/master

luci-app-fwknop: add inline option to qrencode usage
This commit is contained in:
Hannu Nyman 2017-10-16 20:50:12 +03:00 committed by GitHub
commit 462779c384

View file

@ -23,4 +23,4 @@ if [ "$hmac_key" != "" ]; then
qr="$qr HMAC_KEY:$hmac_key"
fi
qrencode -t svg -o - "$qr"
qrencode -t svg -I -o - "$qr"