[Checkins] SVN: gocept.bsquare/trunk/update-config.sh Silence the update script to avoid cron messages.

Christian Theune ct at gocept.com
Tue Mar 25 02:44:26 EDT 2008


Log message for revision 84916:
  Silence the update script to avoid cron messages.
  

Changed:
  U   gocept.bsquare/trunk/update-config.sh

-=-
Modified: gocept.bsquare/trunk/update-config.sh
===================================================================
--- gocept.bsquare/trunk/update-config.sh	2008-03-25 03:10:44 UTC (rev 84915)
+++ gocept.bsquare/trunk/update-config.sh	2008-03-25 06:44:24 UTC (rev 84916)
@@ -18,6 +18,6 @@
 rm -f project-updates
 
 # Restart the master
-make reconfig
+make reconfig > /dev/null
 
 # vi: 



More information about the Checkins mailing list