diff --git a/site/add.php b/site/add.php index ef21d57..687af7c 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( '"super cmd.sh"' ); + exec("super cmd.sh"); ?>