removed deprecated boot.sh

This commit is contained in:
GottZ 2018-03-15 16:08:30 +00:00
parent d5585fa38f
commit b5638242f1

11
boot.sh
View File

@ -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