chore: fetch hostname
This commit is contained in:
parent
442d1a749d
commit
56ad9e6f00
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ decho () {
|
||||||
echo `date +"%H:%M:%S"` $1
|
echo `date +"%H:%M:%S"` $1
|
||||||
}
|
}
|
||||||
|
|
||||||
IP=$(hostname -i)
|
IP=$HOSTNAME
|
||||||
NODE_MODULES=$(npm -g root)
|
NODE_MODULES=$(npm -g root)
|
||||||
NPM_BIN=$(npm -g bin)
|
NPM_BIN=$(npm -g bin)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue