luci-app-fwknopd: Prep for libqrencode update
[project/luci.git] / applications / luci-app-fwknopd / root / usr / sbin / gen-qr.sh
index 7825f05..f525c2a 100644 (file)
@@ -23,4 +23,4 @@ if [ "$hmac_key" != "" ]; then
 qr="$qr HMAC_KEY:$hmac_key"
 fi
 
-qrencode -o - "$qr"
+qrencode -t svg -o - "$qr"