[Debian-live-changes] r1875 - dists/trunk/live-helper/examples/cron

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 29 17:58:14 UTC 2007


Author: daniel
Date: 2007-05-29 17:58:14 +0000 (Tue, 29 May 2007)
New Revision: 1875

Modified:
   dists/trunk/live-helper/examples/cron/snapshots.sh
Log:


Modified: dists/trunk/live-helper/examples/cron/snapshots.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/snapshots.sh	2007-05-29 17:56:46 UTC (rev 1874)
+++ dists/trunk/live-helper/examples/cron/snapshots.sh	2007-05-29 17:58:14 UTC (rev 1875)
@@ -86,7 +86,7 @@
 		fi
 
 		# Removing old packages
-		if ls "${SERVER}"/"${PACKAGE}"* &> /dev/null
+		if ls "${SERVER}"/"${PACKAGE}"* > /dev/null >2&1
 		then
 			rm -f "${SERVER}"/"${PACKAGE}"*
 		fi




More information about the Debian-live-changes mailing list