diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-07-05 19:28:05 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-07-05 19:28:05 -0400 |
commit | dbbc0fc85c65df58bb31ed0521bd40b03277a6ff (patch) | |
tree | af6a20806ff894d360aa125b1eb462588663dc88 /etc | |
parent | 71ed7da53078e87c18552d5c1cfd463cae627fcc (diff) | |
download | pfsense-dbbc0fc85c65df58bb31ed0521bd40b03277a6ff.zip pfsense-dbbc0fc85c65df58bb31ed0521bd40b03277a6ff.tar.gz |
Add newline before DANGER
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.initial.firmware_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.firmware_update b/etc/rc.initial.firmware_update index 563f16d..a7a235a 100755 --- a/etc/rc.initial.firmware_update +++ b/etc/rc.initial.firmware_update @@ -170,7 +170,7 @@ function do_upgrade($path, $type) { else if (($sigchk == 3) || ($sigchk == 4)) $sig_warning = "There has been an error verifying the signature on this image."; if($sig_warning) { - $sig_warning = "WARNING! ACHTUNG! DANGER!\n\n{$sig_warning}\n\n" . + $sig_warning = "\nWARNING! ACHTUNG! DANGER!\n\n{$sig_warning}\n\n" . "This means that the image you uploaded is not an official/supported image and\n" . "may lead to unexpected behavior or security compromises.\n\n" . "Only install images that come from sources that you trust, and make sure\n". |