summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
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*");
}
}
OpenPOWER on IntegriCloud