count was not being appended
This commit is contained in:
parent
54e4c3876e
commit
5edeb8c80b
@ -63,7 +63,8 @@ while true
|
|||||||
do
|
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
|
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++))
|
((while_count++))
|
||||||
echo -e "$while_count\n$while_status" > temp.txt
|
echo "$while_status" > temp.txt
|
||||||
|
echo "$while_count" >> temp.txt
|
||||||
else
|
else
|
||||||
echo "Middlewared timed out. Consider setting a lower number for async applications"
|
echo "Middlewared timed out. Consider setting a lower number for async applications"
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user