Project

General

Profile

« Previous | Next » 

Revision 786d9f59

Added by Scott Ullrich about 20 years ago

Show the executable name on error

View differences:

usr/local/www/status_services.php
88 88
	mwexec("/sbin/killall {$executable_name}");
89 89
	$status = is_service_running($executable_name);
90 90
	if($status == 1) {
91
		$savemsg = "There was an error stopping {$package_name}.";
91
		$savemsg = "There was an error stopping {$package_name} - {$executable_name}.";
92 92
	} else {
93 93
		$savemsg = "{$package_name} has been stopped.";
94 94
	}

Also available in: Unified diff