From d45b05941f60bee6423720d135866baa8df7fca6 Mon Sep 17 00:00:00 2001
From: adrien <adrien@malingrey.fr>
Date: Tue, 26 Nov 2024 15:18:01 +0100
Subject: [PATCH] putain de point virgule

---
 scan.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scan.php b/scan.php
index a089b27..77f1038 100755
--- a/scan.php
+++ b/scan.php
@@ -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');