From 7233f96c19d314e9381100e3c3b34c0103cf74cc Mon Sep 17 00:00:00 2001 From: icenine451 Date: Wed, 22 Mar 2023 08:32:21 -0400 Subject: [PATCH] Update Configurator location for CLI launch --- retrodeck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retrodeck.sh b/retrodeck.sh index 27af932c..5cc14430 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -45,7 +45,7 @@ https://retrodeck.net exit ;; --configurator*) - sh /app/bin/configurator.sh + sh /app/tools/configurator.sh exit ;; --reset-emulator*)