1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 17:31:49 +00:00
This commit is contained in:
Michel Roegl-Brunner 2024-12-20 09:20:20 +01:00
parent 9e6770f03b
commit 525362f3c5

View File

@ -39,7 +39,7 @@ function update_script() {
omd cp monitoring monitoringbackup &>/dev/null
wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb
dpkg -i /opt/checkmk.deb &>/dev/null
omd --force -V ${RELEASE}.cre update --conflict=install &>/dev/null
omd --force -V ${RELEASE}.cre update --conflict=install monitoring &>/dev/null
omd start monitoring &>/dev/null
omd rm monitoringbackup &>/dev/null
omd cleanup &>/dev/null