mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-25 08:10:55 +00:00
force linux-style line endings for .sh files
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -7,5 +7,5 @@
|
||||
*.yml text
|
||||
*.yaml text
|
||||
*.conf text
|
||||
*.sh text
|
||||
*.sh text eol=lf
|
||||
*.js text
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user