summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.firmware_update
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-10 04:17:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-10 04:17:48 +0000
commit5b6eac014229d7794f76675379d4a78262ca3400 (patch)
treeb8fd22f975cff714f06cf12fbc7b74669a437f68 /etc/rc.initial.firmware_update
parentb9e3a295e8b7ee59c928eaccc75fd11360580b7b (diff)
downloadpfsense-5b6eac014229d7794f76675379d4a78262ca3400.zip
pfsense-5b6eac014229d7794f76675379d4a78262ca3400.tar.gz
Use product_name
Diffstat (limited to 'etc/rc.initial.firmware_update')
-rwxr-xr-xetc/rc.initial.firmware_update8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.initial.firmware_update b/etc/rc.initial.firmware_update
index 77afa64..a9d1064 100755
--- a/etc/rc.initial.firmware_update
+++ b/etc/rc.initial.firmware_update
@@ -2,11 +2,11 @@
<?php
-echo "Starting the pfSense console firmware update system";
-
-echo ".";
-require("globals.inc");
$g['booting'] = true;
+require("globals.inc");
+
+echo "Starting the {$g['product_name']} console firmware update system";
+
require("functions.inc");
echo ".";
require("config.inc");
OpenPOWER on IntegriCloud