summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/sshd b/etc/sshd
index a226a01..57b3a05 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -30,8 +30,6 @@
*/
require_once("config.inc");
- $stderr = fopen("php://stderr", "w");
-
if(isset($config['system']['enablesshd'])) {
/* do nothing, we're enabled */
} else {
@@ -221,6 +219,6 @@
/* start sshd */
system("/usr/sbin/sshd");
- fwrite($stderr, "Done.\n");
+ echo "Done.\n";
?>
OpenPOWER on IntegriCloud