Changes between Version 3 and Version 4 of Scripts/Watchdog
- Timestamp:
- Dec 16, 2008, 5:01:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/Watchdog
v3 v4 15 15 watchdir="/torrentwatch/" 16 16 17 # move file to a subdirectory? if Commented out, it'll be removed. 18 # *Don't put a '/' before the path* 17 # move file to a subdirectory? if Commented out, it'll removed remove 18 # the torrent file. 19 # Note: Don't put a '/' before the path! 19 20 movesubdir="added/" 20 21 … … 28 29 29 30 if [ $tr_auth ]; then 30 /usr/bin/transmission-remote --auth="$tr_auth" -a "$file" 31 /usr/bin/transmission-remote --auth="$tr_auth" -a "$file" > /dev/null 31 32 else 32 /usr/bin/transmission-remote -a "$file" 33 /usr/bin/transmission-remote -a "$file" > /dev/null 33 34 fi 34 35