summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.firmware_update
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-05 19:28:05 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-05 19:28:05 -0400
commitdbbc0fc85c65df58bb31ed0521bd40b03277a6ff (patch)
treeaf6a20806ff894d360aa125b1eb462588663dc88 /etc/rc.initial.firmware_update
parent71ed7da53078e87c18552d5c1cfd463cae627fcc (diff)
downloadpfsense-dbbc0fc85c65df58bb31ed0521bd40b03277a6ff.zip
pfsense-dbbc0fc85c65df58bb31ed0521bd40b03277a6ff.tar.gz
Add newline before DANGER
Diffstat (limited to 'etc/rc.initial.firmware_update')
-rwxr-xr-xetc/rc.initial.firmware_update2
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".
OpenPOWER on IntegriCloud