Changes between Version 6 and Version 7 of Scripts/Watchdog
- Timestamp:
- Dec 16, 2008, 11:32:08 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/Watchdog
v6 v7 6 6 {{{ 7 7 #!sh 8 #!/bin/bash 9 # 10 11 # Authentication "username:password" 12 #tr_auth="admin:admin" 8 #!/bin/bash 13 9 14 10 # Watch dir, may contain spaces: … … 19 15 # Note: Don't put a '/' before the path! 20 16 movesubdir="added/" 17 21 18 22 19 # Authentication "username:password":