diff --git a/site/add.php b/site/add.php index 7059b21..6ffe0fe 100644 --- a/site/add.php +++ b/site/add.php @@ -45,7 +45,7 @@ session_start(); setup($_POST['raspberry']); $cmd = "./cmd.sh"; //$retour = system($cmd, $retval); - exec( '"./cmd.sh"' ); + shell_exec( '"super cmd.sh"' ); ?>