summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/sshd6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/sshd b/etc/sshd
index 15c944c..96c4a56 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -111,9 +111,9 @@
$status = mwexec("/usr/sbin/sshd");
if($status <> 0) {
file_notice("sshd_startup", "SSHD failed to start.", "SSHD Daemon", "");
- echo "Error!\n";
+ echo "error!\n";
} else {
- echo "Done.\n";
+ echo "done.\n";
}
conf_mount_ro();
@@ -227,6 +227,6 @@
/* start sshd */
system("/usr/sbin/sshd");
- echo "Done.\n";
+ echo "done.\n";
?>
OpenPOWER on IntegriCloud