From f672a292dae546f695cc3ec9587202325c0ee607 Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 10 Apr 2020 09:38:59 +1000 Subject: [PATCH] Update patch.sh --- patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patch.sh b/patch.sh index 8d38151..dbedd4b 100644 --- a/patch.sh +++ b/patch.sh @@ -3,6 +3,7 @@ mkdir -p /usr/share/pve-patch/{images,scripts} echo "- patch `pveversion`..." echo "- download and copy files..." +rm -f /usr/share/pve-patch/scripts/{favicon.ico,logo-128.png,proxmox_logo.png} wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/master/images/favicon.ico wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/master/images/logo-128.png wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/master/images/proxmox_logo.png