mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +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
|
||||
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