From 29fb3e027cfaefbb8fe7e582a6a4d9ac5a0da128 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 26 Jun 2009 21:20:20 -0400 Subject: Use '' since we are already in a "" --- etc/rc.firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.firmware') 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 -- cgit v1.1