Osselbot/src/bot-start.sh

12 lines
200 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-03-23 02:07:40 +00:00
npm upgrade discord.js
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-02-16 21:40:54 +00:00
echo "STARTING"
node ./src/index.js