From 7aa6eee62183889610780d526749759503fea4da Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 19 Nov 2007 04:30:51 +0000 Subject: Missed a c/r --- usr/local/sbin/pfSsh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/sbin/pfSsh.php') 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 = ""; -- cgit v1.1