mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2026-01-06 09:06:32 +00:00
Changed hostname to only take first IP
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
IP=$(hostname -I)
|
IP=$(hostname -I | cut -d' ' -f1)
|
||||||
|
|
||||||
#Django stuff
|
#Django stuff
|
||||||
alias djrun="source /home/fergalm/dev/personal/deepsouthsounds.com/dss.docker/api_env && python manage.py runserver 0.0.0.0:8001"
|
alias djrun="source /home/fergalm/dev/personal/deepsouthsounds.com/dss.docker/api_env && python manage.py runserver 0.0.0.0:8001"
|
||||||
|
|||||||
Reference in New Issue
Block a user