Update apply.sh
This commit is contained in:
parent
f2b0d8b145
commit
1efad90c33
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue