Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ngadmini opened this issue Nov 6, 2022 · 0 comments
Open

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

ngadmini opened this issue Nov 6, 2022 · 0 comments

Comments

@ngadmini
Copy link

ngadmini commented Nov 6, 2022

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

@ngadmini ngadmini changed the title mismatch: Remove subscription banner AND pve-manager 7.2-11 mismatch Remove subscription banner AND pve-manager 7.2-xx Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant