]> git.proxmox.com Git - pve-installer.git/commitdiff
avoid doing package specific cleanups installer
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Feb 2020 11:35:08 +0000 (12:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Feb 2020 11:35:10 +0000 (12:35 +0100)
Packages which we have under control have to ensure themself that the
correct permissions are set, else the "install on top of Debian" also
fails. It just crowd proxinstall unecessarily, so avoid to add new
ones if possible. This specific one is handled in the respective
package since quite a bit.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall

index 8a5d49df27c1e17ef914c767c4f94c3471f34f0d..c9d17f1a48ada548a03e40ae222bb474c6102422 100755 (executable)
@@ -1728,11 +1728,6 @@ _EOD
            debconfig_set($targetdir, "pve-manager pve-manager/country string $ucc\n");
        }
 
-       if ($setup->{product} eq 'pbs') {
-           # correct permissions and owners on /etc/proxmox-backup
-           syscmd("chown -R backup:root /etc/proxmox-backup");
-       }
-
        update_progress(0.8, 0.95, 1, "make system bootable");
 
        if ($use_zfs) {