diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-05-03 03:38:46 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-05-03 03:38:46 +0000 |
commit | 73b2c799375a9b06ec62c415bd564b088f38fd40 (patch) | |
tree | 3f983bb4315c2c07e35b60f2f139a2f6ee556b26 /usr/local | |
parent | 2ae831274d6a178567b1d5a4330af5e5eb4e2894 (diff) | |
download | pfsense-73b2c799375a9b06ec62c415bd564b088f38fd40.zip pfsense-73b2c799375a9b06ec62c415bd564b088f38fd40.tar.gz |
Minor text updates
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/sbin/pfSsh.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php index ca3e82f..3785380 100755 --- a/usr/local/sbin/pfSsh.php +++ b/usr/local/sbin/pfSsh.php @@ -56,7 +56,7 @@ echo "\$config['interfaces']['wan']['ipaddr'] = \"192.168.100.1\";\n"; echo "\$config['interfaces']['wan']['subnet'] = \"24\";\n"; echo "\n/* to save out the new configuration (config.xml) */\n"; -echo "write_config();\n"; +echo "write_config();"; while($shell_active == true) { echo "\n\npfSense shell> "; |