Skip to content

Commit

Permalink
[site-scout] Create initial status report
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jul 2, 2024
1 parent cd6d6fb commit 9026de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/site-scout-win/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ case $build in
esac

# setup reporter
echo "No report yet" > status.txt
python -m TaskStatusReporter --report-from-file status.txt --keep-reporting 60 &
# shellcheck disable=SC2064
trap "kill $!; python -m TaskStatusReporter --report-from-file status.txt" EXIT
Expand Down
1 change: 1 addition & 0 deletions services/site-scout/launch-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ case $build in
esac

# setup reporter
echo "No report yet" > status.txt
python3 -m TaskStatusReporter --report-from-file status.txt --keep-reporting 60 &
# shellcheck disable=SC2064
trap "kill $!; python3 -m TaskStatusReporter --report-from-file status.txt" EXIT
Expand Down

0 comments on commit 9026de6

Please sign in to comment.