Skip to content

mismatch Remove subscription banner AND pve-manager 7.2-xx #66

@ngadmini

Description

@ngadmini

little in install-post.sh

  1. mismatch 2 sed command on file /etc/cron.daily/xs-pve-nosub :
    cat <<'EOF' > /etc/cron.daily/xs-pve-nosub
    with sed command on
    echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ \$? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi\"; };" > /etc/apt/apt.conf.d/xs-pve-no-nag && apt --reinstall install proxmox-widget-toolkit
  2. not really work on pve-manager 7.2-11/b76d3178 with proxmox-widget-toolkit 3.5.1
    • applying 2 sed command on install-post.sh line 570-571, subscription banner dissappear but modal dissappear too when click Package versions (Datacenter > pve > Summary > Package versions)
    • try this to apply on pve-manager 7.2-11/b76d3178 with proxmox-widget-toolkit 3.5.1

regard
ngadmini

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions