From d23bddb590fbea243629817fedf1ec12c97745e5 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 7 Jun 2026 17:15:23 +0200 Subject: [PATCH] don't have migration path from old installer --- debian/pve-mod.postinst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/debian/pve-mod.postinst b/debian/pve-mod.postinst index 9eee8de..7ca0c76 100644 --- a/debian/pve-mod.postinst +++ b/debian/pve-mod.postinst @@ -47,13 +47,6 @@ _check_new_config_keys() { case "$1" in configure) - # If a legacy bash-script installation is present, revert it cleanly first. - if grep -qF '$res->{sensorsJSONOutput}' "$NODES_PM" 2>/dev/null || \ - grep -qF '$res->{systemInfo}' "$NODES_PM" 2>/dev/null; then - echo "pve-mod: Legacy bash-script installation detected — reverting before upgrade." - /usr/lib/pve-mod/revert-patches.sh || true - fi - # Apply patches for any enabled modules. Fails loudly on error. /usr/lib/pve-mod/apply-patches.sh