2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

force linux-style line endings for .sh files

This commit is contained in:
Oliver
2021-07-29 09:10:46 +10:00
parent 2009773d9d
commit bc3c3be751
3 changed files with 3 additions and 3 deletions

View File

@ -39,4 +39,4 @@ python3 manage.py collectstatic --noinput || exit 1
python3 manage.py clearsessions || exit 1
# Now we can launch the server
gunicorn -c $INVENTREE_HOME/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$INVENTREE_WEB_PORT
gunicorn -c $INVENTREE_HOME/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$INVENTREE_WEB_PORT

View File

@ -11,4 +11,4 @@ python3 manage.py wait_for_db
sleep 10
# Now we can launch the background worker process
python3 manage.py qcluster
python3 manage.py qcluster