From 9663e124f7a415a03afde34080818f708f163793 Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 24 Sep 2021 09:13:50 +1000 Subject: [PATCH] Update apply.sh --- scripts/apply.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/apply.sh b/scripts/apply.sh index b4125e7..6805386 100644 --- a/scripts/apply.sh +++ b/scripts/apply.sh @@ -16,12 +16,3 @@ pve_patch cp -f /usr/share/pve-patch/scripts/pvebanner /usr/bin/pvebanner echo "- Updating logon banner..." /usr/bin/pvebanner - -#echo "- Updating Name..." -#x="Proxmox Virtual Environment" -#y="Bennell IT Virtual Environment" -#w="Proxmox VE" -#e="Bennell IT VE " -#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 -#sed -i -e "s/$w/$e/g" /usr/share/pve-manager/js/pvemanagerlib.js