summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-10 18:33:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-10 18:33:43 +0000
commit4f432cb8fd7e2173ebf2dabbc7ed2865272f0627 (patch)
treeb904e5cd68482b365ca2d37d9c4fc46bedfdd9c9 /etc/rc.firmware
parentc92a7bbfc4e01840da7b08b72577df35361cb738 (diff)
downloadpfsense-4f432cb8fd7e2173ebf2dabbc7ed2865272f0627.zip
pfsense-4f432cb8fd7e2173ebf2dabbc7ed2865272f0627.tar.gz
Remove contents of /tmp/patched/ on each pass
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware4
1 files changed, 2 insertions, 2 deletions
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
}
OpenPOWER on IntegriCloud