This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| gdb -q --batch \ | |
| -ex 'handle SIGHUP nostop pass' \ | |
| -ex 'handle SIGQUIT nostop pass' \ | |
| -ex 'handle SIGPIPE nostop pass' \ | |
| -ex 'handle SIGALRM nostop pass' \ | |
| -ex 'handle SIGTERM nostop pass' \ | |
| -ex 'handle SIGUSR1 nostop pass' \ | |
| -ex 'handle SIGUSR2 nostop pass' \ | |
| -ex 'handle SIGCHLD nostop pass' \ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| ####################################################### | |
| # | |
| # Edits the proxmox Subscription file to make it | |
| # think that it has a Subscription. | |
| # | |
| # Will disable the annoying login message about | |
| # missing subscription. | |
| # |