summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-24 13:15:16 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-24 13:15:16 -0400
commit0fd8c40948690f6f4eb7edf03421ac186f45d772 (patch)
treed215e08557f2259112682b8aebfc48e589a6b590 /etc
parentf93a2816633398a3f050e2eee9f60bee542236c8 (diff)
downloadpfsense-0fd8c40948690f6f4eb7edf03421ac186f45d772.zip
pfsense-0fd8c40948690f6f4eb7edf03421ac186f45d772.tar.gz
Oops, zcat not cat the nanobsd update file
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 3c2bb55..376e8f9 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -183,7 +183,7 @@ pfSenseNanoBSDupgrade)
echo "Installing $IMG." | logger -p daemon.info -i -t Upgrade
- cat $IMG | update1
+ zcat $IMG | update1
# restore config
cp -p /tmp/configbak/* /conf 2>/dev/null
OpenPOWER on IntegriCloud