summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions/enablesshd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/phpshellsessions/enablesshd')
-rw-r--r--etc/phpshellsessions/enablesshd4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/phpshellsessions/enablesshd b/etc/phpshellsessions/enablesshd
index 6e601dd..0dc76de 100644
--- a/etc/phpshellsessions/enablesshd
+++ b/etc/phpshellsessions/enablesshd
@@ -8,5 +8,5 @@ $config['system']['enablesshd'] = true;
echo ".";
write_config("pfSsh.php enabled sshd");
echo "\nEnabling SSHD, please wait...";
-exec("/etc/sshd");
-echo "\n\n"; \ No newline at end of file
+send_event("service reload sshd");
+echo "\n\n";
OpenPOWER on IntegriCloud