Skip to content

Commit

Permalink
Fix ensstat exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Jan 8, 2025
1 parent c24412d commit 9f05093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/rocoto/atmos_ensstat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ for FORECAST_HOUR in "${fhr_list[@]}"; do
[[ ${status} -ne 0 ]] && exit "${status}"
done

exit $?
exit 0

0 comments on commit 9f05093

Please sign in to comment.