From: Silvio Rhatto Date: Mon, 26 Aug 2013 02:48:54 +0000 (-0300) Subject: Initial log file support (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=588ed5a400d69c806d4c708dc726c878f42de999;p=httruta.git Initial log file support (2) --- diff --git a/lib/httracker/functions b/lib/httracker/functions index b2a48ef..004e296 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -45,7 +45,7 @@ function httracker_get { fi # Get each URL - httrack ${OPTS} ${url} > $LOG + httrack ${OPTS} ${url} | tee $LOG if [ "$?" == "0" ]; then # Mark as downloaded @@ -74,7 +74,7 @@ function httracker_get_incremental { fi # Grab URLs from the network - httrack ${OPTS} --list ${URLS} > $LOG + httrack ${OPTS} --list ${URLS} | tee $LOG } # Get SemanticScuttle parameter