Update patch.sh
This commit is contained in:
parent
08c7b11e7f
commit
30df94c456
11
patch.sh
11
patch.sh
|
|
@ -18,15 +18,4 @@ apt upgrade -y
|
||||||
echo "- Install ifupdown2..."
|
echo "- Install ifupdown2..."
|
||||||
apt install ifupdown2 -y
|
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!"
|
echo "- done!"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue