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:
parent
085fb17a11
commit
e52a4b5cea
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ if [ "$hmac_key" != "" ]; then
|
|||
qr="$qr HMAC_KEY:$hmac_key"
|
||||
fi
|
||||
|
||||
qrencode -o - "$qr"
|
||||
qrencode -t svg -o - "$qr"
|
||||
|
|
Loading…
Reference in a new issue