Changes between Version 1 and Version 2 of Scripts/Watchdog
- Timestamp:
- Dec 15, 2008, 9:55:54 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/Watchdog
v1 v2 25 25 if [ -f "$file" ]; then 26 26 if [ $verbose ]; then echo "$file added to queue."; fi 27 else28 if [ $verbose ]; then echo "No torrent in $watchdir."; fi29 27 30 28 if [ $tr_auth ]; then … … 47 45 rm "$file" 48 46 fi 47 else 48 if [ $verbose ]; then echo "No torrent in $watchdir."; fi 49 49 fi 50 50 done