Skip to content

Commit

Permalink
Remove previous old directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 authored Jul 12, 2021
1 parent a32d5ee commit 15b9160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

cd ~/Desktop
cd Bots
echo "Removing previous old if exists."
rm -r old
echo "Moving current to old."
mv StatusBot old
echo "Installing updated bot..."
Expand All @@ -12,4 +14,4 @@ mv old/bot/.env StatusBot/bot/.env
cd StatusBot
chmod 755 *
echo "Install complete."
. looprun.sh
. looprun.sh

0 comments on commit 15b9160

Please sign in to comment.