From: Hannes Laimer Date: Tue, 20 Oct 2020 09:10:12 +0000 (+0200) Subject: postinst: correct invalid old datastore configs X-Git-Tag: v0.9.2~56 X-Git-Url: https://git.proxmox.com/?p=proxmox-backup.git;a=commitdiff_plain;h=bdc208af4885f9f735210b6654451625c10b2c6f;ds=sidebyside postinst: correct invalid old datastore configs Signed-off-by: Hannes Laimer --- diff --git a/debian/postinst b/debian/postinst index adf49da6..2e6e145f 100644 --- a/debian/postinst +++ b/debian/postinst @@ -15,6 +15,8 @@ case "$1" in fi deb-systemd-invoke $_dh_action proxmox-backup.service proxmox-backup-proxy.service >/dev/null || true + flock -w 30 /etc/proxmox-backup/.datastore.lck sed -i '/^\s\+verify-schedule /d' /etc/proxmox-backup/datastore.cfg + # FIXME: Remove in future version once we're sure no broken entries remain in anyone's files if grep -q -e ':termproxy::[^@]\+: ' /var/log/proxmox-backup/tasks/active; then echo "Fixing up termproxy user id in task log..."