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