From 2ff2ee5b0779d1a0a29111557596af12c95f0d9b Mon Sep 17 00:00:00 2001 From: Tobias Hopp Date: Tue, 7 Jul 2020 19:33:38 +0200 Subject: [PATCH] fixup! Updating downloading function Took 1 minute --- karaoke-management.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karaoke-management.php b/karaoke-management.php index 97caa77..6b275b9 100644 --- a/karaoke-management.php +++ b/karaoke-management.php @@ -60,10 +60,10 @@ function main() echo "Please use 'exit' and restart the script to apply the new session id!\n"; break; case 'exit': - echo "Have a nice dayyyy!!\n"; + echo "Goodbye!\n"; exit(); default: - echo "Unkown command. Use help for help.\n"; + echo "Unknown command. Use help for help.\n"; break; } return;