From cfbeca728ef8fc6e450010d434fcac6a4d5f2b19 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 16 Oct 2017 12:29:31 -0500 Subject: [PATCH] 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 --- applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh b/applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh index cfd71525c..48850bd36 100644 --- a/applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh +++ b/applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh @@ -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" -- 2.11.0