From bc3c3be751c263f2bfdc3aa90d2d085a815e7781 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 29 Jul 2021 09:10:46 +1000 Subject: [PATCH] force linux-style line endings for .sh files --- .gitattributes | 2 +- docker/start_prod_server.sh | 2 +- docker/start_prod_worker.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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