From 62b86a12ec29db8829511c8bde7caf9d60c68482 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 3 Apr 2025 12:51:42 -0400 Subject: [PATCH] Fix CLI --compress-all launching the main app after it was done. --- retrodeck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retrodeck.sh b/retrodeck.sh index 8f96f668..e9746bb1 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -186,7 +186,7 @@ while [[ $# -gt 0 ]]; do ;; --compress-all) cli_compress_all_games "$2" - shift 2 + exit 0 ;; --steam-sync) steam_sync