]> gitweb.factorcode.org Git - factor.git/commitdiff
rm staging files in temp/
authorsheeple <sheeple@self.internal.stack-effects.com>
Thu, 27 Mar 2008 16:14:40 +0000 (11:14 -0500)
committersheeple <sheeple@self.internal.stack-effects.com>
Thu, 27 Mar 2008 16:14:40 +0000 (11:14 -0500)
misc/factor.sh

index 1fe003994c039c06a28ae0444a556bd30fa9cd6d..09531350f3a0a0da6119efca54e1a822c534d8c0 100755 (executable)
@@ -306,7 +306,7 @@ update_boot_images() {
     echo "Deleting old images..."
     rm checksums.txt* > /dev/null 2>&1
     rm $BOOT_IMAGE.* > /dev/null 2>&1
-    rm staging.*.image > /dev/null 2>&1
+    rm temp/staging.*.image > /dev/null 2>&1
     if [[ -f $BOOT_IMAGE ]] ; then
         get_url http://factorcode.org/images/latest/checksums.txt
         factorcode_md5=`cat checksums.txt|grep $BOOT_IMAGE|cut -f2 -d' '`;