From 3ea17331fe7f26044019c76c61bfb7c44daf8247 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 10 Sep 2025 18:24:14 +0200 Subject: [PATCH] Update install_proxmenux.sh --- install_proxmenux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index 4931070..274ea6f 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -101,7 +101,7 @@ check_existing_installation() { fi } -uninstall_proxmenu() { +uninstall_proxmenux() { local install_type="$1" local force_clean="$2" @@ -168,7 +168,7 @@ handle_installation_change() { if whiptail --title "Installation Type Change" \ --yesno "Switch from Translation to Normal Version?\n\nThis will remove translation components." 10 60; then echo "Preparing for installation type change..." - uninstall_proxmenu "translation" "force" >/dev/null 2>&1 + uninstall_proxmenux "translation" "force" >/dev/null 2>&1 return 0 else return 1