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 57b3a05..9f2f3b8 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -100,7 +100,7 @@
echo "Starting SSH... ";
}
- $status = system("/usr/sbin/sshd");
+ $status = mwexec("/usr/sbin/sshd");
if($status <> 0) {
file_notice("sshd_startup", "SSHD failed to start.", "SSHD Daemon", "");
echo "Error!\n";
OpenPOWER on IntegriCloud