From 8f58970076b134cb6efa8137f6022b8c2e9a5cfe Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Sun, 4 Jul 2021 11:42:41 -0600 Subject: [PATCH] Tell people what's happening. --- install_update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_update.sh b/install_update.sh index 4d53850..21fa88e 100644 --- a/install_update.sh +++ b/install_update.sh @@ -1,6 +1,7 @@ #!/bin/bash # Install new verion of bot +echo "Installing updated bot..." cd ~/Desktop cd Bots mv StatusBot old @@ -8,4 +9,5 @@ git clone https://github.com/CoolCat467/StatusBot mv old/.env StatusBot/.env cd StatusBot chmod 755 * +echo "Install complete.""" . looprun.sh