luci-app-fwknopd: Prep for libqrencode update

An update for libqrencode requires that we explicitly ask for an SVG output.  This continues to work properly with the old version.  Making the change here before updating the libqrencode package.

Signed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
This commit is contained in:
Jonathan Bennett 2017-10-15 22:12:18 -05:00 committed by GitHub
parent 085fb17a11
commit e52a4b5cea

View file

@ -23,4 +23,4 @@ if [ "$hmac_key" != "" ]; then
qr="$qr HMAC_KEY:$hmac_key"
fi
qrencode -o - "$qr"
qrencode -t svg -o - "$qr"