diff --git a/.gitattributes b/.gitattributes index 6ab0760ad1..bfbc22d191 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,5 +7,5 @@ *.yml text *.yaml text *.conf text -*.sh text +*.sh text eol=lf *.js text \ No newline at end of file diff --git a/docker/start_prod_server.sh b/docker/start_prod_server.sh index 1bba2c9ed3..1660a64e60 100644 --- a/docker/start_prod_server.sh +++ b/docker/start_prod_server.sh @@ -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 \ No newline at end of file +gunicorn -c $INVENTREE_HOME/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$INVENTREE_WEB_PORT diff --git a/docker/start_prod_worker.sh b/docker/start_prod_worker.sh index 4a13d71230..d0762b430e 100644 --- a/docker/start_prod_worker.sh +++ b/docker/start_prod_worker.sh @@ -11,4 +11,4 @@ python3 manage.py wait_for_db sleep 10 # Now we can launch the background worker process -python3 manage.py qcluster \ No newline at end of file +python3 manage.py qcluster