diff options
-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 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 = ""; |