Skip to content

Commit

Permalink
Fix removing same name applications
Browse files Browse the repository at this point in the history
  • Loading branch information
SelimEmre committed Apr 24, 2021
1 parent cb1e7fd commit e63d89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/server/delete_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ esac

APP_DIR=$AMS_DIR/webapps/$APP_NAME

rm -r $APP_DIR*
rm -r $APP_DIR
check_result

echo "$APP_NAME is deleted."

0 comments on commit e63d89e

Please sign in to comment.