summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/pfSsh.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-29 23:58:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-29 23:58:37 +0000
commit123bfdac651e29eacc255f0079cf8326bc26788a (patch)
tree8de576797005e08b608c0b8f4adb2304c84eb3a8 /usr/local/sbin/pfSsh.php
parent3c2972b39761e2698a5def8519780f05b8a9f5f1 (diff)
downloadpfsense-123bfdac651e29eacc255f0079cf8326bc26788a.zip
pfsense-123bfdac651e29eacc255f0079cf8326bc26788a.tar.gz
Show that exit is a valid command
Diffstat (limited to 'usr/local/sbin/pfSsh.php')
-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