mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
(firmware) exit 0 when progress file is not there yet
This commit is contained in:
parent
d3b29af438
commit
310683014f
@ -41,7 +41,7 @@ type:script
|
||||
message: remove firmware package %s
|
||||
|
||||
[status]
|
||||
command:cat /tmp/pkg_upgrade.progress 2>&1
|
||||
command:cat /tmp/pkg_upgrade.progress 2>&1 || exit 0
|
||||
parameters:
|
||||
type:script_output
|
||||
message:retrieve upgrade progress status
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user