Skip to content

Instantly share code, notes, and snippets.

@ergoz
Forked from mrl22/remove-subscription-banner.sh
Created October 9, 2024 03:06
Show Gist options
  • Save ergoz/19918ff02c2652d141ed4db7a38896a9 to your computer and use it in GitHub Desktop.
Save ergoz/19918ff02c2652d141ed4db7a38896a9 to your computer and use it in GitHub Desktop.
Proxmox Mail Gateway - Disable Subscription Key Pop Up
#!/bin/bash
sed -i 's#checked_command: function(orig_cmd) {#checked_command: function(orig_cmd) { return true;#ig' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment