Update apply.sh

This commit is contained in:
Stewart Bennell 2021-09-24 08:14:39 +10:00 committed by GitHub
parent 5a38f10513
commit 48c52140cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -16,11 +16,11 @@ pve_patch
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
#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