From 590aecfcf130383560cbb3a9f1dfd6a90b765e9a Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:11:00 +0200 Subject: [PATCH] Update customizable_post_install.sh --- scripts/post_install/customizable_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index c8f7a03..1547ca4 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -88,7 +88,7 @@ check_extremeshok_warning() { if [[ -f "$marker_file" ]]; then dialog --backtitle --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\ + --yesno "$(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