Skip to content

Commit

Permalink
Add clean-up message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Apr 25, 2024
1 parent 5730f8c commit 3b0fbd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ -z ${proj-} ]; then echo "WARNING: The 'proj' variable is not yet set in yo

# Remove old dependencies #####################################################
#
echo "Cleaning up prior installation directory... This may take several minutes."
SW_DIR="${HOME}/sw/greatlakes/v100"
rm -rf ${SW_DIR}
mkdir -p ${SW_DIR}
Expand Down

0 comments on commit 3b0fbd6

Please sign in to comment.