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

2
.gitattributes vendored
View File

@ -7,5 +7,5 @@
*.yml text
*.yaml text
*.conf text
*.sh text
*.sh text eol=lf
*.js text

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