summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-05 19:28:47 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-05 19:28:47 -0400
commitf5e70ba0b9d8dadc6d5381a1daae1097aabea496 (patch)
tree77eb2c30484154d080e67506fcf5387be4a9c0a4 /etc
parent9c512b74ed14668c2b81be92c7cd62bfadfc65b8 (diff)
downloadpfsense-f5e70ba0b9d8dadc6d5381a1daae1097aabea496.zip
pfsense-f5e70ba0b9d8dadc6d5381a1daae1097aabea496.tar.gz
Add newline before DANGER
Diffstat (limited to 'etc')
-rw-r--r--etc/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 100644
--- 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