Ready for Jessie (+ some improvements)

This commit is contained in:
Julien VAUBOURG
2015-05-25 02:23:45 +02:00
parent bf7f9aca56
commit 6ffe098dcc
6 changed files with 50 additions and 56 deletions

View File

@@ -37,7 +37,7 @@ function start_service() {
}
function service_status() {
exec('sudo systemctl is-active ynh-vpnclient', $output);
exec('sudo ynh-vpnclient status', $output);
return $output;
}