From c5a9b876cf4cdaee85dd9804f7efbab3d5617b8f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 17 Jul 2005 20:16:36 +0000 Subject: Use correct path. DOH! --- etc/sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/sshd') diff --git a/etc/sshd b/etc/sshd index 69b3e71..dc9320b 100755 --- a/etc/sshd +++ b/etc/sshd @@ -44,7 +44,7 @@ foreach($files_to_check as $f2c) { if(file_exists("/etc/ssh/{$f2c}")) if(file_size("/etc/ssh/{$f2c}")==0) { - mwexec("rm /etc/ssh_host*"); + mwexec("rm /etc/ssh/ssh_host*"); } } -- cgit v1.1