Update start.sh

This commit is contained in:
Maxim 2020-02-21 22:36:42 -06:00 committed by GitHub
parent d30b6efa82
commit 184f366118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@;