Osselbot/src/bot-start.sh

13 lines
192 B
Bash
Raw Normal View History

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