=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openbsd/OpenBSDTorrents/runbt.sh 2005/03/28 23:47:21 1.6 +++ openbsd/OpenBSDTorrents/runbt.sh 2005/03/28 23:52:33 1.7 @@ -1,10 +1,10 @@ #!/bin/sh -#$Id: runbt.sh,v 1.6 2005/03/28 23:47:21 andrew Exp $ +#$Id: runbt.sh,v 1.7 2005/03/28 23:52:33 andrew Exp $ LOGFILE=runbt.log echo -n `date` >> ${LOGFILE} -echo Starting . . . >> ${LOGFILE} +echo ' Starting . . . ' >> ${LOGFILE} btlaunchmany.py \ --super_seeder 1 \ @@ -13,6 +13,6 @@ /home/torrentsync/torrents/ > /dev/null echo -n `date` >> ${LOGFILE} -echo Died . . . >> ${LOGFILE} +echo ' Died . . . ' >> ${LOGFILE} /home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh &