From ce82c2cbccbb354f2b0c8eecb657ac5f935e149d Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Wed, 29 Dec 2021 15:54:35 +0100 Subject: [PATCH] Fix pbs2_post_install.sh --- pbs2_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs2_post_install.sh b/pbs2_post_install.sh index 5f2c2ef..9db46ac 100644 --- a/pbs2_post_install.sh +++ b/pbs2_post_install.sh @@ -23,4 +23,4 @@ EOF sed -i.backup -z "s/res === null || res === undefined || \!res || res\n\t\t\t.data.status.toLowerCase() \!== 'active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js echo -e "\e[1;33m Finished....Please Update Proxmox \e[0m" -systemctl restart pbsproxy.service # for the no-nag +systemctl restart proxmox-backup-proxy.service # for the no-nag