diff --git a/patch.sh b/patch.sh index c9d9a15..1ee1e51 100644 --- a/patch.sh +++ b/patch.sh @@ -18,15 +18,4 @@ apt upgrade -y echo "- Install ifupdown2..." apt install ifupdown2 -y -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 - -echo "- Updating logon banner..." -/usr/bin/pvebanner echo "- done!"