Commit 9fe0311aa16ed8b247588cbec91abb36647577f1

Authored by grouille
1 parent e881e681

Test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -45,7 +45,7 @@ session_start(); @@ -45,7 +45,7 @@ session_start();
45 setup($_POST['raspberry']); 45 setup($_POST['raspberry']);
46 $cmd = "./cmd.sh"; 46 $cmd = "./cmd.sh";
47 //$retour = system($cmd, $retval); 47 //$retour = system($cmd, $retval);
48 - exec( '"\\var\\www\\html\\P10\\IMA3_P10\\site\\cmd.sh"' ); 48 + exec( '"\\var\\www\\html\\P10\\IMA3_P10\\site\\cmd.sh > error.txt"' );
49 ?> 49 ?>
50 <div class="alert alert-success" role="alert"> 50 <div class="alert alert-success" role="alert">
51 Le capteur a bien été ajouté ! 51 Le capteur a bien été ajouté !