Skip to content

Commit

Permalink
branch errors folder bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonPruitt-NOAA committed Jun 15, 2022
1 parent 8b55d66 commit 99612b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gms_run_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,9 @@ fi

if [ ! -d "$outputRunDataDir/branch_errors" ]; then
mkdir -p "$outputRunDataDir/branch_errors"
else
if [ $overwrite -eq 1 ]; then
rm -rf $outputRunDataDir/branch_errors/
fi
elif [ $overwrite -eq 1 ]; then
rm -rf $outputRunDataDir/branch_errors
mkdir -p $outputRunDataDir/branch_errors
fi

## RUN GMS BY BRANCH ##
Expand Down

0 comments on commit 99612b3

Please sign in to comment.