diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-07-03 17:27:09 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-07-03 17:27:09 -0400 |
commit | 6decd751aae2137a7c55b561f03691b0e859b3e8 (patch) | |
tree | aacfc12b4cdb07f434460b9589c3404d759b4946 /etc/rc.firmware | |
parent | d5c182eb21e6ca234528f3bd4c298221163f15a5 (diff) | |
download | pfsense-6decd751aae2137a7c55b561f03691b0e859b3e8.zip pfsense-6decd751aae2137a7c55b561f03691b0e859b3e8.tar.gz |
revert
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-x | etc/rc.firmware | 2 |
1 files changed, 1 insertions, 1 deletions
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 |