Skip to content

Instantly share code, notes, and snippets.

@mrl22
Created February 21, 2020 13:52
Show Gist options
  • Save mrl22/0a920b97afaf3cbcc8f0a4670ed0e6f0 to your computer and use it in GitHub Desktop.
Save mrl22/0a920b97afaf3cbcc8f0a4670ed0e6f0 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