From 4f432cb8fd7e2173ebf2dabbc7ed2865272f0627 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 10 Apr 2005 18:33:43 +0000 Subject: Remove contents of /tmp/patched/ on each pass --- etc/rc.firmware | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.firmware') diff --git a/etc/rc.firmware b/etc/rc.firmware index 2752714..3b5a196 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -126,8 +126,8 @@ binary_update() { echo $i file does not match intended final md5.; echo $i file does not match intended final md5. >> /tmp/errors; fi - rm $i.*; - rm $i + rm /tmp/patched/$i.*; + rm /tmp/patched/$i ); done } -- cgit v1.1