Skip to content

Commit

Permalink
rm logs --dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Sep 15, 2023
1 parent 6d96eac commit d2019dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@ uninstall (){
if [[ -d ./.venv ]]; then
rm -Rvf ./.venv
fi
if [[ -d ./logs ]]; then
rm -Rvf ./logs
fi
if [[ "$REFORCE" -eq 0 ]]; then
# user-files
if [[ -d ./emba_logs ]]; then
Expand Down

0 comments on commit d2019dd

Please sign in to comment.