Hello, I have a python flask app and I want to shut it down since I cannot relaunch it (to test updates)
How can I shutdown the app? I reloaded the website so I can’t just kill the console, and when checking processes, I don’t have any python ones 
Thanks for the help
wh0
2
if you have it set up with a start.sh file, you can edit that so that it doesn’t start the app
1 Like
Wdym? When I load the website, it starts the app automatically?
wh0
4
yeah but it starts it up by running what’s in your start.sh file, if you have it set up that way
I didn’t understand that part, I figured it out right after your first comment. Thank you for the information !
1 Like
system
Closed
6
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.