(firmware) echo json status data on update check

This commit is contained in:
Ad Schellevis 2015-05-15 15:44:49 +00:00
parent afb730ffa4
commit fdaa98cd4c

View File

@ -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