Skip to content

Commit

Permalink
Update application_start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcrpf authored Nov 13, 2024
1 parent a80ad13 commit a8c35a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/application_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -ex

echo "Starting Flask application on Amazon Linux..."

# Navigate to the application directory
cd /home/ec2-user/flask-app
# Navigate to the correct application directory
cd /home/ec2-user/flask-app/Neural-Collaborative-Filtering

# Kill any existing Flask application process (if running)
pkill -f app.py || echo "No existing Flask process found."
Expand Down

0 comments on commit a8c35a0

Please sign in to comment.