b0701b4 fc18c76 b0701b4
1
2
3
4
5
6
7
8
9
#!/bin/bash # Start Nginx and output to /dev/null nginx -t #service nginx start &> /dev/null # If Nginx started successfully, then start the Flask application python app.py