cn-fwupd: Don't specify a filename when uploading a puf file
This commit is contained in:
parent
e8da138c36
commit
4beeb5a521
|
@ -10,7 +10,7 @@ cn-fwupd() {
|
|||
cnssh $addr pushupdate FULL
|
||||
;;
|
||||
puf)
|
||||
printf 'put %q firmware/update.puf' "$puf" | cnsftp $addr
|
||||
printf 'put %q firmware/' "$puf" | cnsftp $addr
|
||||
cnssh $addr puf
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue