diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 74012adc..4a241f64 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -63,7 +63,8 @@ while true do if while_status=$(cli -m csv -c 'app chart_release query name,update_available,human_version,human_latest_version,status' 2>/dev/null) ; then ((while_count++)) - echo -e "$while_count\n$while_status" > temp.txt + echo "$while_status" > temp.txt + echo "$while_count" >> temp.txt else echo "Middlewared timed out. Consider setting a lower number for async applications" continue