summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-26 21:20:20 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-26 21:20:20 -0400
commit29fb3e027cfaefbb8fe7e582a6a4d9ac5a0da128 (patch)
tree393d9e2ec4aebe73850f5136f108254ce6cacbca /etc/rc.firmware
parent5924c7f8777bd7b08d903bbbe669411aeb7c1f21 (diff)
downloadpfsense-29fb3e027cfaefbb8fe7e582a6a4d9ac5a0da128.zip
pfsense-29fb3e027cfaefbb8fe7e582a6a4d9ac5a0da128.tar.gz
Use '' since we are already in a ""
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 f03a78d..fdbac92 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -223,7 +223,7 @@ pfSenseNanoBSDupgrade)
# Stream gzipped image to dd and explode image to new area
echo "" >> /cf/upgrade_log.txt
- echo "/usr/bin/gunzip -S "" -c $IMG | /bin/dd of=/dev/${TOFLASH} bs=16k" >> /cf/upgrade_log.txt
+ echo "/usr/bin/gunzip -S '' -c $IMG | /bin/dd of=/dev/${TOFLASH} bs=16k" >> /cf/upgrade_log.txt
/usr/bin/gunzip -S "" -c $IMG | /bin/dd of=/dev/${TOFLASH} bs=16k >> /cf/upgrade_log.txt 2>&1
# Ensure that our new system is sound and bail if it is not and file a notice
OpenPOWER on IntegriCloud