mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct path to killall.
Duh, Scott!
This commit is contained in:
parent
786d9f59d6
commit
bbf51b4f83
@ -73,7 +73,7 @@ if($_GET['service'] <> "")
|
||||
get_package_rcd_details($_GET['service'] . ".sh");
|
||||
|
||||
if($_GET['restartservice'] == "true") {
|
||||
mwexec("/sbin/killall {$executable_name}");
|
||||
mwexec("/usr/bin/killall {$executable_name}");
|
||||
mwexec("/bin/sh /usr/local/etc/rc.d/{$raw_name}.sh start");
|
||||
$status = is_service_running($executable_name);
|
||||
if($status == 1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user