Merge pull request #1394 from jp-bennett/master
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 16 Oct 2017 17:50:12 +0000 (20:50 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2017 17:50:12 +0000 (20:50 +0300)
luci-app-fwknop: add inline option to qrencode usage

applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh

index cfd7152..48850bd 100644 (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"