Index: trunk/DataCheck/Cron/crontab.fact-viewer
===================================================================
--- trunk/DataCheck/Cron/crontab.fact-viewer	(revision 16674)
+++ trunk/DataCheck/Cron/crontab.fact-viewer	(revision 16675)
@@ -10,5 +10,5 @@
 */30 * * * * if ! ps aux | grep CheckRatesFileAvail | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/CheckRatesFileAvail.sh; fi
 # fill currents
-42 */2 * * * if ! ps aux | grep FillAuxCurrents | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillAuxCurrents.sh ; fi
+42 */2 * * * if ! ps aux | grep FillAuxCurrents | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/FillAuxCurrents.sh ; fi
 # build sequences and write sequence files at isdc
 0 */4 * * * if ! ps aux | grep BuildSequences | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/BuildSequences.sh; fi
@@ -16,7 +16,7 @@
 */15 * * * * if ! ps aux | grep JobManager | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/JobManager.sh; fi
 # fill ratescans to DB
-0 15,18 * * * if ! ps aux | grep FillRatescans | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillRatescans.sh ; fi
+0 15,18 * * * if ! ps aux | grep FillRatescans | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/FillRatescans.sh ; fi
 # fill thresholds to DB
-30 14,17 * * * if ! ps aux | grep FillAuxThresholds | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillAuxThresholds.sh ; fi
+30 14,17 * * * if ! ps aux | grep FillAuxThresholds | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/FillAuxThresholds.sh ; fi
 # fill ontime to DB
-30 14,17 * * * if ! ps aux | grep FillEffectiveOn | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillEffectiveOn.sh ; fi
+30 14,17 * * * if ! ps aux | grep FillEffectiveOn | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/Processing/FillEffectiveOn.sh ; fi
