mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
(firmware) echo json status data on update check
This commit is contained in:
parent
afb730ffa4
commit
fdaa98cd4c
@ -233,3 +233,8 @@ if [ "$pkg_running" == "" ]; then
|
||||
else
|
||||
# pkg is already running, quitting
|
||||
fi
|
||||
|
||||
# output json data
|
||||
if [ -f $package_json_output ]; then
|
||||
cat $package_json_output
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user