From de563471a39cd081bc12afe2705efd365480d55f Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 24 Jun 2024 15:30:22 +0200 Subject: [PATCH] Update postinstall Fix virtio-win iso deletion --- postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall b/postinstall index bc7e854..30eb67e 100755 --- a/postinstall +++ b/postinstall @@ -650,7 +650,7 @@ remove_virtiowin_updater() { if [ -f /usr/local/bin/virtio-win-updater ]; then rm -f /usr/local/bin/virtio-win-updater fi - if [ -f /etc/cron.daily/virtio-win-updater]; then + if [ -f /etc/cron.daily/virtio-win-updater ]; then rm -f /etc/cron.daily/virtio-win-updater fi }