diff --git a/patch.sh b/patch.sh index b6ac9ef..15da93c 100644 --- a/patch.sh +++ b/patch.sh @@ -17,4 +17,13 @@ apt update apt upgrade -y echo "- Install ifupdown2..." apt install ifupdown2 -y +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 echo "- done!"