summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-29 23:58:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-29 23:58:31 +0000
commit5a7e9d2dc02ad33bead65f2a15ba83a0122ce619 (patch)
tree031cafc63039b5460f3a101bc256a03919b65cd6 /usr
parent838abde94e251d7db766e8e7eed24fb5b75be526 (diff)
downloadpfsense-5a7e9d2dc02ad33bead65f2a15ba83a0122ce619.zip
pfsense-5a7e9d2dc02ad33bead65f2a15ba83a0122ce619.tar.gz
Show that exit is a valid command
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/sbin/pfSsh.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 3f7deec..105c4d9 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -23,6 +23,7 @@ echo "Example commands:\n\n";
echo " print_r(\$config);\n";
echo " \$config['interfaces']['lan']['ipaddr'] = \"192.168.1.1\";\n";
echo " write_config();\n";
+echo " exit\n";
while($shell_active == true) {
echo "\n\npfSense shell> ";
OpenPOWER on IntegriCloud