luci-app-fwknop: add inline option to qrencode usage
The qrencode update in the packages repo includes a patch that adds the --inline option. We use that option to generate a proper inline SVG image. Signed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
This commit is contained in:
parent
19f30d07cc
commit
cfbeca728e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue