Skip to content

Commit

Permalink
fix for exiting properly with error for wave prep/init scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Jun 24, 2020
1 parent 99277ae commit 1e56edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scripts/exwave_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@
echo ' '
[[ "$LOUD" = YES ]] && set -x

msg="$job completed normally"
postmsg "$jlogfile" "$msg"
exit $err

# End of MWW3 init config script ------------------------------------------- #
3 changes: 1 addition & 2 deletions scripts/exwave_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,6 @@
echo ' '
[[ "$LOUD" = YES ]] && set -x

msg="$job completed normally"
postmsg "$jlogfile" "$msg"
exit $err

# End of MWW3 preprocessor script ------------------------------------------- #

0 comments on commit 1e56edd

Please sign in to comment.