From 6decd751aae2137a7c55b561f03691b0e859b3e8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 3 Jul 2009 17:27:09 -0400 Subject: revert --- etc/rc.firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.firmware b/etc/rc.firmware index 7bbfde0..61b25a0 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -208,7 +208,7 @@ pfSenseNanoBSDupgrade) # Stream gzipped image to dd and explode image to new area echo "" >> /cf/upgrade_log.txt echo "/usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=16k" >> /cf/upgrade_log.txt - /usr/bin/gzcat $IMG | /bin/dd of=/dev/${COMPLETE_PATH} bs=16k >> /cf/upgrade_log.txt 2>&1 + /usr/bin/gzcat $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 echo "" >> /cf/upgrade_log.txt -- cgit v1.1