5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
cd /home/calendarwatch
|
|
# uwsgi --http-socket 0.0.0.0:8084 -w wsgi --protocol=https
|
|
python3 app.py
|