Update install.sh

This commit is contained in:
SpudGunMan
2024-08-17 23:50:08 -07:00
parent 19e6a38355
commit 4a4c5c3e0f
+3 -1
View File
@@ -94,7 +94,9 @@ if [ $bot == "n" ]; then
if [ -f launch.sh ]; then
printf "\nTo run the bot, use the command: ./launch.sh\n"
./launch.sh
fi
fi
echo "Goodbye!"
printf "\nGoodbye!"
exit 0