luci-app-fwknop: add inline option to qrencode usage
[project/luci.git] / 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"