From 4531030551fa5db702ecc2adb4b0dec6ffbe3ba5 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 18 Apr 2021 19:37:11 +1000 Subject: [PATCH] Fix line endings --- docker/start_dev_server.sh | 2 +- docker/start_prod_server.sh | 2 +- docker/start_worker.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/start_dev_server.sh b/docker/start_dev_server.sh index 281493849c..703d577ed5 100644 --- a/docker/start_dev_server.sh +++ b/docker/start_dev_server.sh @@ -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 \ No newline at end of file diff --git a/docker/start_prod_server.sh b/docker/start_prod_server.sh index db9f1594ae..1fc8f6d111 100644 --- a/docker/start_prod_server.sh +++ b/docker/start_prod_server.sh @@ -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 \ No newline at end of file diff --git a/docker/start_worker.sh b/docker/start_worker.sh index 7d0921a7af..ba9eb14d65 100644 --- a/docker/start_worker.sh +++ b/docker/start_worker.sh @@ -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 \ No newline at end of file