mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 14:17:41 +00:00
fix to engrave usage of qrencode
This commit is contained in:
parent
40832cc01d
commit
0ca70509cf
2
tomb
2
tomb
@ -932,7 +932,7 @@ engrave_key() {
|
||||
awk '
|
||||
/^-----/ {next}
|
||||
/^Version/ {next}
|
||||
{print $0}' ${tombkey} | qrencode --size 4 -t PNG --level H \
|
||||
{print $0}' ${tombkey} | qrencode --size 4 --level H \
|
||||
--casesensitive -o "$pngname"
|
||||
{ test $? = 0 } || { die "QREncode reported an error." }
|
||||
yes "Operation successful:"
|
||||
|
Loading…
Reference in New Issue
Block a user