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 #!/usr/bin/env bash
echo "Updating" echo "Updating"
#Update Node Based stuff #Update Node Based stuff
cd /home/ceasharks/github/Osselbot/ cd /home/ec2-user/github/Osselbot/
n stable nvm node
npm upgrade npm upgrade
#update code #update code
git pull --force git pull --force