From 1efad90c3394714d8abe60c9473912b6047d66ac Mon Sep 17 00:00:00 2001 From: sbennell Date: Fri, 10 Jan 2020 19:57:34 +1100 Subject: [PATCH] Update apply.sh --- scripts/apply.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/apply.sh b/scripts/apply.sh index d32e255..1417c67 100644 --- a/scripts/apply.sh +++ b/scripts/apply.sh @@ -16,13 +16,3 @@ function pve_patch() { pve_patch echo "- Updating logon banner..." /usr/bin/pvebanner - -echo "- Updating Name..." -x="Proxmox Virtual Environment" -y="Bennell IT Virtual Environment" -sed -i -e "s/$x/$y/g" /usr/share/pve-manager/index.html.tpl -sed -i -e "s/$x/$y/g" /usr/share/pve-manager/touch/index.html.tpl - -w="Proxmox VE" -e="Bennell IT VE " -sed -i -e "s/$w/$e/g" /usr/share/pve-manager/js/pvemanagerlib.js