- Timestamp:
- 11/21/09 12:58:51 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/branches/testing/linbo/linbo_cmd.sh
r565 r580 598 598 return 1 599 599 fi 600 # kill torrents if any 601 ps w | grep ctorrent | grep -v grep &> /dev/null && killall -9 ctorrent 600 602 601 603 # No more timer interrupts … … 609 611 610 612 umount /mnt 2>/dev/null 611 # kill torrents if any612 ps w | grep ctorrent | grep -v grep && { killall ctorrent; sleep 3; }613 613 sendlog 614 614 umount /cache || umount -l /cache 2>/dev/null
Note: See TracChangeset
for help on using the changeset viewer.
