chore: fetch hostname

This commit is contained in:
Rafael Taranto 2024-08-14 10:51:20 +01:00
parent 442d1a749d
commit 56ad9e6f00

View file

@ -23,7 +23,7 @@ decho () {
echo `date +"%H:%M:%S"` $1
}
IP=$(hostname -i)
IP=$HOSTNAME
NODE_MODULES=$(npm -g root)
NPM_BIN=$(npm -g bin)