From 069e54844df2a6ea23c9439908e209ddf86f2627 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 21 Nov 2023 14:22:49 +0100 Subject: [PATCH] Update postinstall --- postinstall | 1 + 1 file changed, 1 insertion(+) diff --git a/postinstall b/postinstall index 8812999..6d7f1c6 100755 --- a/postinstall +++ b/postinstall @@ -617,6 +617,7 @@ else fi EOF chmod +x /usr/local/bin/virtio-win-updater + rm -f /etc/cron.daily/virtio-win-updater cat << EOF > /etc/cron.daily/virtio-win-updater #!/bin/bash /usr/local/bin/virtio-win-updater >> /var/log/virtio-win-updater.log 2>&1