Skip to content

Commit

Permalink
fix: fix jobscript for re-submission
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Feb 5, 2025
1 parent 151bb2e commit caa3383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kimmdy/assets/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
echo "$LEN seconds ran"
echo "$HOURS full hours ran"
let "CYCLE--"
if [ $HOURS -lt $CYCLE ]; then
echo "last cycle was just $HOURS h long, KIMMDY is done."
exit 3
Expand Down

0 comments on commit caa3383

Please sign in to comment.