Fix line endings

This commit is contained in:
Oliver Walters 2021-04-18 19:37:11 +10:00
parent aced0e73c7
commit 4531030551
3 changed files with 3 additions and 3 deletions

View File

@ -43,4 +43,4 @@ python manage.py collectstatic --noinput || exit 1
python manage.py clearsessions || exit 1
# Launch a development server
python manage.py runserver -a 0.0.0.0:$INVENTREE_WEB_PORT
python manage.py runserver -a 0.0.0.0:$INVENTREE_WEB_PORT

View File

@ -43,4 +43,4 @@ python manage.py collectstatic --noinput || exit 1
python 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 @@ python manage.py wait_for_db
sleep 10
# Now we can launch the background worker process
python manage.py qcluster
python manage.py qcluster