=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbsd/OpenBSDTorrents/runbt.sh 2005/05/25 02:05:50 1.12 +++ openbsd/OpenBSDTorrents/runbt.sh 2005/06/01 19:20:26 1.13 @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: runbt.sh,v 1.12 2005/05/25 01:05:50 andrew Exp $ +#$Id: runbt.sh,v 1.13 2005/06/01 18:20:26 andrew Exp $ . /etc/OpenBSDTorrents.conf LOGFILE=/home/torrentseeder/runbt.log @@ -28,7 +28,7 @@ --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}