[Piuparts-commits] rev 331 - piatti/home/piupartsm/bin

Holger Levsen holger at alioth.debian.org
Tue Apr 7 17:09:23 UTC 2009


Author: holger
Date: 2009-04-07 17:09:23 +0000 (Tue, 07 Apr 2009)
New Revision: 331

Modified:
   piatti/home/piupartsm/bin/detect_slave_problems
Log:
fix typo

Modified: piatti/home/piupartsm/bin/detect_slave_problems
===================================================================
--- piatti/home/piupartsm/bin/detect_slave_problems	2009-04-07 16:58:26 UTC (rev 330)
+++ piatti/home/piupartsm/bin/detect_slave_problems	2009-04-07 17:09:23 UTC (rev 331)
@@ -33,7 +33,7 @@
 cd $MONITORDIR
 
 # ~piupartss/bin/slave_run deletes screenlog.old so we know piuparts-slave has just been started 
-mv screenlog.new screenlog.old || cp cp $SCREENLOG screenlog.old
+mv screenlog.new screenlog.old || cp $SCREENLOG screenlog.old
 cp $SCREENLOG screenlog.new
 
 diff screenlog.old screenlog.new >/dev/null 2>&1 && {




More information about the Piuparts-commits mailing list