From ccff657a62c2d5c7961411de796e295d7b1104e7 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:29:28 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index f7f54a7..f331d9d 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -74,8 +74,8 @@ check_extremeshok_warning() { local marker_file="/etc/extremeshok" if [[ -f "$marker_file" ]]; then - dialog --backtitle "ProxMenux" --title "Extremeshok Post-Install Detected" \ - --yesno "$(translate "It appears that you have already executed the xshok-proxmox post-install script on this system.")\n\n\ + dialog --backtitle "ProxMenux" --title "xshok-proxmox Post-Install Detected" \ + --yesno "\n$(translate "It appears that you have already executed the xshok-proxmox post-install script on this system.")\n\n\ $(translate "If you continue, some adjustments may be duplicated or conflict with those already made by xshok.")\n\n\ $(translate "Do you want to continue anyway?")" 13 70