From b08e9cf73a69bbb6042250eae2c11a0e03cafb59 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 29 Jan 2025 15:23:26 +0900 Subject: [PATCH] QUIT_RETRODECK: edded exit command --- functions/other_functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/other_functions.sh b/functions/other_functions.sh index b77c8234..f0b8bb9e 100644 --- a/functions/other_functions.sh +++ b/functions/other_functions.sh @@ -943,6 +943,7 @@ quit_retrodeck() { pkill -f "retrodeck" log i "See you next time" + exit } start_retrodeck() {