From 89fe1d1df6548474704392aa02880743068d8532 Mon Sep 17 00:00:00 2001 From: grouille Date: Wed, 25 Mar 2020 17:32:36 +0100 Subject: [PATCH] Test --- site/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); ?>