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
bbf51b4f83
commit
9bccbe857e
@ -85,7 +85,7 @@ if($_GET['restartservice'] == "true") {
|
||||
}
|
||||
|
||||
if($_GET['stopservice'] == "true") {
|
||||
mwexec("/sbin/killall {$executable_name}");
|
||||
mwexec("/usr/bin/killall {$executable_name}");
|
||||
$status = is_service_running($executable_name);
|
||||
if($status == 1) {
|
||||
$savemsg = "There was an error stopping {$package_name} - {$executable_name}.";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user