Created
          November 11, 2010 00:14 
        
      - 
      
- 
        Save rnavarro/671764 to your computer and use it in GitHub Desktop. 
  
    
      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/bash | |
| user=$(whoami) | |
| touch /home/$user/deluge_log | |
| ip=<your ip here> | |
| port=<port here> | |
| log_level=critical | |
| #log_level=debug | |
| killall deluged | |
| deluged -i $ip -u $ip -p $port -L $log_level -l /home/$user/deluge_log | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment