Commit fdaa98cd authored by Ad Schellevis's avatar Ad Schellevis

(firmware) echo json status data on update check

parent afb730ff
...@@ -233,3 +233,8 @@ if [ "$pkg_running" == "" ]; then ...@@ -233,3 +233,8 @@ if [ "$pkg_running" == "" ]; then
else else
# pkg is already running, quitting # pkg is already running, quitting
fi fi
# output json data
if [ -f $package_json_output ]; then
cat $package_json_output
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment