From e6eb8941f847f9bac7470075c0329a725798c421 Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Thu, 29 May 2025 03:08:44 +0200 Subject: [PATCH] Actualiser toolbox --- toolbox | 3 --- 1 file changed, 3 deletions(-) diff --git a/toolbox b/toolbox index 4d43817..17e6aad 100644 --- a/toolbox +++ b/toolbox @@ -39,8 +39,5 @@ CHOICE=$(whiptail --title "TyOS Setup Toolbox" --menu "Choose a script to run:" # Check if the user made a selection if [[ -n "$CHOICE" ]]; then SCRIPT_PATH="${SCRIPT_MAP[$CHOICE]}" - whiptail --msgbox "Running: $CHOICE" 10 40 "$SCRIPT_PATH" -else - whiptail --msgbox "No script selected." 10 40 fi