diff --git a/setup.sh b/setup.sh index f3fe296..f86d8fb 100644 --- a/setup.sh +++ b/setup.sh @@ -270,6 +270,8 @@ load_or_create_config() { log_info "Loading configuration..." # Temporarily force new configuration for debugging + # Remove any existing config file to ensure clean state + rm -f "${CONFIG_FILE}" log_info "Creating new configuration..." create_interactive_config load_config # Load the new configuration