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
@ -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…
x
Reference in New Issue
Block a user