Skip to content

Commit

Permalink
fix: force republish
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Oct 10, 2024
1 parent f18c518 commit a53b317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/restart-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ do
while kill -0 "$child" 2> /dev/null; do # wait for child to exit (kill -0 is falsy if pid is gone)
sleep 1
done
echo 'killed...' && sleep 5
echo 'killed process...' && sleep 5
done

0 comments on commit a53b317

Please sign in to comment.