putain de point virgule

This commit is contained in:
Adrien MALINGREY 2024-11-26 15:18:01 +01:00
parent e423273752
commit d45b05941f

View File

@ -33,7 +33,7 @@ if (isset($options["sudo"])) $command = "sudo $command";
if (isset($options["name"])) {
$path = "$SCANSDIR/{$options["name"]}.xml";
$command .= " | tee '$path'"
$command .= " | tee '$path'";
}
header('Content-type: text/xml');