Skip to content

Commit

Permalink
Shellcheck updates for fit2obs j-job
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Jun 29, 2023
1 parent c9a142e commit 0c2c0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/JGDAS_FIT2OBS
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export HORZ_DIR=${ARCDIR}/horiz
export COMLOX=${DATA}/fitx
[[ ! -d "${COMLOX}" ]] && mkdir -p "${COMLOX}"

echo "echo err_chk">"${DATA}"/err_chk; chmod 755 "${DATA}"/err_chk
echo "echo postmsg">"${DATA}"/postmsg; chmod 755 "${DATA}"/postmsg
echo "echo err_chk">"${DATA}/err_chk"; chmod 755 "${DATA}/err_chk"
echo "echo postmsg">"${DATA}/postmsg"; chmod 755 "${DATA}/postmsg"

##############################################
# Check spinup and available inputs
Expand Down

0 comments on commit 0c2c0ed

Please sign in to comment.