[med-svn] r1288 - trunk/community/infrastructure/scripts

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Mon Feb 4 13:04:06 UTC 2008


Author: hanska-guest
Date: 2008-02-04 13:04:05 +0000 (Mon, 04 Feb 2008)
New Revision: 1288

Modified:
   trunk/community/infrastructure/scripts/update-tasks-wrapper
Log:
Redirecting stdout to /dev/null and stderr to stdout.
(my mailbox has been filled by useless stdout messages :)


Modified: trunk/community/infrastructure/scripts/update-tasks-wrapper
===================================================================
--- trunk/community/infrastructure/scripts/update-tasks-wrapper	2008-02-03 23:20:26 UTC (rev 1287)
+++ trunk/community/infrastructure/scripts/update-tasks-wrapper	2008-02-04 13:04:05 UTC (rev 1288)
@@ -1,4 +1,4 @@
 #!/bin/bash
 SCRIPT=/home/groups/debian-med/scripts/update-tasks
 
-python $SCRIPT 2>/dev/null
+python $SCRIPT 1>/dev/null 2>&1




More information about the debian-med-commit mailing list