Update bot-start.sh

This commit is contained in:
Alex 2020-05-02 11:33:01 -05:00 committed by GitHub
parent e503521fe6
commit 629486d04a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
echo "Updating"
#Update Node Based stuff
cd /home/ceasharks/github/Osselbot/
n stable
cd /home/ec2-user/github/Osselbot/
nvm node
npm upgrade
#update code
git pull --force