From 05c8093bd7f51e1586c4cabe732a6fc7b80687fc Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 18 Feb 2024 19:39:58 -0500 Subject: [PATCH] Update heimdalldashboard.sh add warning --- ct/heimdalldashboard.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/heimdalldashboard.sh b/ct/heimdalldashboard.sh index b2d0645a..98ff9f22 100644 --- a/ct/heimdalldashboard.sh +++ b/ct/heimdalldashboard.sh @@ -55,6 +55,7 @@ function default_settings() { function update_script() { header_info if [[ ! -d /opt/Heimdall ]]; then msg_error "No ${APP} Installation Found!"; exit; fi +whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "WARNING" "Currently, v2.6.0 breaks the application." 8 58 msg_info "Stopping ${APP}" systemctl disable heimdall.service &>/dev/null systemctl stop heimdall