Skip to content

Commit

Permalink
Update jobs/JGDAS_FIT2OBS
Browse files Browse the repository at this point in the history
Add "FATAL ERROR" text to DATAROOT removal error message.

Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
  • Loading branch information
KateFriedman-NOAA and aerorahul authored Apr 12, 2023
1 parent 4cac72a commit 4ac1d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGDAS_FIT2OBS
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fi
##########################################
# Remove the Temporary working directory
##########################################
cd "${DATAROOT}" || (echo "${DATAROOT} does not exist. ABORT!"; exit 1)
cd "${DATAROOT}" || (echo "FATAL ERROR: ${DATAROOT} does not exist. ABORT!"; exit 1)
[[ ${KEEPDATA} = "NO" ]] && rm -rf "${DATA}"

exit 0

0 comments on commit 4ac1d68

Please sign in to comment.