Skip to content

Commit

Permalink
fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwang19 committed Jun 3, 2024
1 parent 03324f5 commit 3db2938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/JGLOBAL_PREP_OBS_AERO
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
##########################################
# Remove the Temporary working directory
##########################################
cd ${DATAROOT}
[[ ${KEEPDATA} = "NO" ]] && rm -rf ${DATA}
cd "${DATAROOT}" || exit
[[ "${KEEPDATA}" = "NO" ]] && rm -rf ${DATA}

exit 0

0 comments on commit 3db2938

Please sign in to comment.