mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
force linux-style line endings for .sh files
This commit is contained in:
parent
2009773d9d
commit
bc3c3be751
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -7,5 +7,5 @@
|
|||||||
*.yml text
|
*.yml text
|
||||||
*.yaml text
|
*.yaml text
|
||||||
*.conf text
|
*.conf text
|
||||||
*.sh text
|
*.sh text eol=lf
|
||||||
*.js text
|
*.js text
|
@ -39,4 +39,4 @@ python3 manage.py collectstatic --noinput || exit 1
|
|||||||
python3 manage.py clearsessions || exit 1
|
python3 manage.py clearsessions || exit 1
|
||||||
|
|
||||||
# Now we can launch the server
|
# 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
|
sleep 10
|
||||||
|
|
||||||
# Now we can launch the background worker process
|
# Now we can launch the background worker process
|
||||||
python3 manage.py qcluster
|
python3 manage.py qcluster
|
||||||
|
Loading…
Reference in New Issue
Block a user