Skip to content

Commit

Permalink
fixing rm
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRichard committed Sep 10, 2024
1 parent edc4b57 commit e7a9c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/extract_dems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ read -n 1 -r

if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "Cleaning up..."
rm -rm $DEMS_PATH
rm -r $DEMS_PATH
echo "Finished cleanup."
else
echo "Cleanup skipped."
Expand Down
2 changes: 1 addition & 1 deletion scripts/extract_dems_override.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ done
echo "Finished moving DEMs."

echo "Cleaning up..."
rm -rm $DEMS_PATH
rm -r $DEMS_PATH
echo "Finished cleanup."

0 comments on commit e7a9c52

Please sign in to comment.