summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index c9d432c..d6b46d7 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -104,7 +104,7 @@
$status = system("/usr/sbin/sshd");
if($status <> 0) {
-
+ echo "Error!\n";
} else {
echo "Done.\n";
}
OpenPOWER on IntegriCloud