summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.store_config_to_removable_device
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.store_config_to_removable_device
parentb9e3a295e8b7ee59c928eaccc75fd11360580b7b (diff)
downloadpfsense-5b6eac014229d7794f76675379d4a78262ca3400.zip
pfsense-5b6eac014229d7794f76675379d4a78262ca3400.tar.gz
Use product_name
Diffstat (limited to 'etc/rc.initial.store_config_to_removable_device')
-rwxr-xr-xetc/rc.initial.store_config_to_removable_device2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.store_config_to_removable_device b/etc/rc.initial.store_config_to_removable_device
index 8733e98..f5dcb5b 100755
--- a/etc/rc.initial.store_config_to_removable_device
+++ b/etc/rc.initial.store_config_to_removable_device
@@ -51,7 +51,7 @@
echo "\n\n";
echo "Enter the device that you wish the";
echo "\n";
- echo "pfSense configuration file to reside on: ";
+ echo "{$g['product_name']} configuration file to reside on: ";
$move_config_to_device = chop(fgets($fp));
if ($move_config_to_device == "") {
exit(0);
OpenPOWER on IntegriCloud