summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-03-21 21:53:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-03-21 21:53:25 +0000
commit568ce5f46067775190f1a5496434f6a41614593e (patch)
treeff90c7105a885b45b46bf2a44a14d6003b412a87 /etc/rc.firmware
parentbe30f912d5c440e60fcf3aed8de25cd9540d0a95 (diff)
downloadpfsense-568ce5f46067775190f1a5496434f6a41614593e.zip
pfsense-568ce5f46067775190f1a5496434f6a41614593e.tar.gz
Do not pass z flag to tar. The item is now gzipped.
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index aff6538..6cd7ead 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -171,7 +171,7 @@ upgrade)
gzip -d $IMG
NEWIMG="`echo $IMG | sed 's/.tgz/.tar/'`"
echo "Installing $NEWIMG." | logger -p daemon.info -i -t Upgrade
- for i in `/usr/bin/tar tvzf $NEWIMG`;
+ for i in `/usr/bin/tar tvf $NEWIMG`;
do
FILE=`basename ${i}`
echo "Working on ${FILE} - /${i}"
OpenPOWER on IntegriCloud