removed deprecated boot.sh
This commit is contained in:
parent
d5585fa38f
commit
b5638242f1
11
boot.sh
11
boot.sh
@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
export NVM_DIR="/home/gz/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
nvm use default
|
||||
|
||||
while true; do
|
||||
echo starting node... $(date)
|
||||
node index.js
|
||||
sleep 3
|
||||
done
|
Reference in New Issue
Block a user