=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.11 retrieving revision 1.14 diff -u -r1.11 -r1.14 --- openbsd/OpenBSDTorrents/runbt.sh 2005/05/18 02:22:47 1.11 +++ openbsd/OpenBSDTorrents/runbt.sh 2006/05/15 19:47:04 1.14 @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: runbt.sh,v 1.11 2005/05/18 01:22:47 andrew Exp $ +#$RedRiver: runbt.sh,v 1.13 2005/06/01 18:20:26 andrew Exp $ . /etc/OpenBSDTorrents.conf LOGFILE=/home/torrentseeder/runbt.log @@ -23,12 +23,12 @@ nice btlaunchmany \ --check_hashes 0 \ - --display_interval 60 \ + --display_interval 600 \ --minport 6881 --maxport 6989 \ --max_files_open 75 \ --saveas_style 2 \ --save_in ${OBT_DIR_FTP} \ - --torrent_dir /home/torrentsync/torrents/ >> ${LOGFILE} + --torrent_dir ${OBT_DIR_CUR_TORRENT} >> ${LOGFILE} echo -n `date` >> ${LOGFILE} echo ' Died . . . ' >> ${LOGFILE}