From 4a4c5c3e0f1cb1123cf78a2d156cf9556b06ce93 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 17 Aug 2024 23:50:08 -0700 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ac7f969..fb2b580 100755 --- a/install.sh +++ b/install.sh @@ -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