Skip to content

Commit

Permalink
Remove unneeded mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Dec 23, 2024
1 parent 88359b7 commit f76af3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sorc/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,8 @@ if [[ -z "${MACHINE_ID}" ]]; then
exit 1
fi

# Create directories
mkdir -p "${HOMEgfs}/sorc/logs" "${HOMEgfs}/exec"

# Otherwise, we are building locally, continue in this script
# Create the log directory
mkdir -p "${HOMEgfs}/sorc/logs"

#------------------------------------
# SOURCE BUILD VERSION FILES
Expand Down

0 comments on commit f76af3b

Please sign in to comment.