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:
Jonathan Bennett 2017-10-16 12:29:31 -05:00
parent 19f30d07cc
commit cfbeca728e

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"