Merge pull request #1394 from jp-bennett/master
luci-app-fwknop: add inline option to qrencode usage
This commit is contained in:
commit
462779c384
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ if [ "$hmac_key" != "" ]; then
|
||||||
qr="$qr HMAC_KEY:$hmac_key"
|
qr="$qr HMAC_KEY:$hmac_key"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
qrencode -t svg -o - "$qr"
|
qrencode -t svg -I -o - "$qr"
|
||||||
|
|
Loading…
Reference in a new issue