From 5a7e9d2dc02ad33bead65f2a15ba83a0122ce619 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 29 Apr 2007 23:58:31 +0000 Subject: Show that exit is a valid command --- usr/local/sbin/pfSsh.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr') 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> "; -- cgit v1.1