Skip to content

Commit

Permalink
Adjust Script
Browse files Browse the repository at this point in the history
  • Loading branch information
dzahariev committed May 28, 2024
1 parent 582ae87 commit 92f4978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ update_task(){
TASK_FILE_UPDATED2_CONTENT=$(echo -E ${TASK_FILE_UPDATED_CONTENT} | jq '.status = "done"')
echo -E "${TASK_FILE_UPDATED2_CONTENT}" > ${TASK}
rm -f ${LOG}
PROGRESSING=false
else
echo "Unknow - ${CURRENT_STATS}"
fi
PROGRESSING=false
fi
sleep 10
done
Expand Down

0 comments on commit 92f4978

Please sign in to comment.