Correct path to killall.

Duh, Scott!
This commit is contained in:
Scott Ullrich 2005-06-12 22:06:03 +00:00
parent bbf51b4f83
commit 9bccbe857e

View File

@ -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}.";