Update start.sh
This commit is contained in:
parent
d30b6efa82
commit
184f366118
|
@ -6,7 +6,7 @@
|
|||
|
||||
|
||||
function main() {
|
||||
source "/home/abaddon/Portable_Apps/py-venvs/uploader-venv/bin/activate"
|
||||
source "/home/<your user>/<further paths>/uploader-venv/bin/activate"
|
||||
gunicorn wsgi:app -b 0.0.0.0:1120 # <module>:<app> IE <file>:<flask app variable>
|
||||
}
|
||||
main $@;
|
||||
|
|
Loading…
Reference in New Issue