Osselbot/src/bot-start.sh

13 lines
203 B
Bash
Raw Normal View History

2020-02-16 16:40:54 -05:00
#!/usr/bin/env bash
echo "Updating"
2020-03-23 13:45:31 -04:00
#Update Node Based stuff
2020-04-05 08:14:37 -04:00
cd /home/ceasharks/github/Osselbot/
2020-03-23 13:45:31 -04:00
n stable
2020-04-04 19:01:46 -04:00
npm upgrade
2020-03-23 13:45:31 -04:00
#update code
2020-02-16 17:24:49 -05:00
git pull --force
2020-03-23 13:45:31 -04:00
#Starts the bot
2020-03-26 12:30:07 -04:00
cd ./src
2020-02-16 16:40:54 -05:00
echo "STARTING"
2020-03-26 12:30:07 -04:00
node index.js