summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.store_config_to_removable_device
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-02 18:21:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-02 18:21:01 +0000
commit698b42ccc63d400548bdb2806f07351794d3c501 (patch)
tree70f9292aa1cdb85367305523094311276bb0cdbb /etc/rc.initial.store_config_to_removable_device
parent0f7b3b3d816230cdfe690b132de640c0b40ce232 (diff)
downloadpfsense-698b42ccc63d400548bdb2806f07351794d3c501.zip
pfsense-698b42ccc63d400548bdb2806f07351794d3c501.tar.gz
Alert user that their configuration now resides on device $move_config_to_device
Diffstat (limited to 'etc/rc.initial.store_config_to_removable_device')
-rwxr-xr-xetc/rc.initial.store_config_to_removable_device4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial.store_config_to_removable_device b/etc/rc.initial.store_config_to_removable_device
index 8c507c5..610bf00 100755
--- a/etc/rc.initial.store_config_to_removable_device
+++ b/etc/rc.initial.store_config_to_removable_device
@@ -79,7 +79,7 @@
mwexec("/bin/ln -s /mnt/cf /conf");
mwexec("/bin/rm -rf /var/db/pfi");
config_unlock();
- echo "done.\n\n";
-
+ echo "done.\n";
+ echo "You're configuration has been moved to {$move_config_to_device}\n";
?> \ No newline at end of file
OpenPOWER on IntegriCloud