mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2024-11-07 18:31:58 +01:00
Update postinstall
Fix virtio-win iso deletion
This commit is contained in:
parent
f69bd1d9ac
commit
de563471a3
@ -650,7 +650,7 @@ remove_virtiowin_updater() {
|
|||||||
if [ -f /usr/local/bin/virtio-win-updater ]; then
|
if [ -f /usr/local/bin/virtio-win-updater ]; then
|
||||||
rm -f /usr/local/bin/virtio-win-updater
|
rm -f /usr/local/bin/virtio-win-updater
|
||||||
fi
|
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
|
rm -f /etc/cron.daily/virtio-win-updater
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user