Projet

Général

Profil

« Précédent | Suivant » 

Révision cbf16c30

Ajouté par jim-p il y a presque 10 ans

Escape this before running.

Voir les différences:

etc/inc/service-utils.inc
153 153
	}
154 154
	/* finally if we get here lets simply kill the service name */
155 155
	if(is_process_running("{$name}"))
156
		mwexec("/usr/bin/killall {$name}");
156
		mwexec("/usr/bin/killall " . escapeshellarg($name));
157 157
}
158 158

  
159 159
function restart_service($name) {

Formats disponibles : Unified diff