summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/pfSsh.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-19 04:30:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-19 04:30:51 +0000
commit7aa6eee62183889610780d526749759503fea4da (patch)
treebe1262d55823ddae36de573da25019620574ace6 /usr/local/sbin/pfSsh.php
parent7116ab7f87b46f68b166a03f7ee393d4e818acc5 (diff)
downloadpfsense-7aa6eee62183889610780d526749759503fea4da.zip
pfsense-7aa6eee62183889610780d526749759503fea4da.tar.gz
Missed a c/r
Diffstat (limited to 'usr/local/sbin/pfSsh.php')
-rwxr-xr-xusr/local/sbin/pfSsh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 41603ba..ac0e118 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -143,7 +143,7 @@ while($shell_active == true) {
}
system("$newcmd");
if($command_split[1] == "cd") {
- echo "\nChanging working directory to {$command_split[2]}.";
+ echo "\nChanging working directory to {$command_split[2]}.\n";
chdir($command_split[2]);
}
$command = "";
OpenPOWER on IntegriCloud