From 7a6d97d4648d67e4a20a9c47f5fcaeae106cede3 Mon Sep 17 00:00:00 2001 From: "pu!s@r" Date: Sun, 7 Aug 2022 13:07:22 +0200 Subject: [PATCH] =?UTF-8?q?[CONF]=20d=C3=A9sactiver=20le=20mode=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup/run.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/run.bash b/backup/run.bash index 4e98b0d..d10e9ad 100755 --- a/backup/run.bash +++ b/backup/run.bash @@ -2,7 +2,7 @@ #################################################################################### ## VARIABLES # Activer ou non le mode debug (message) -DEBUG=1 +DEBUG=0 # Extraire le chemin où est stocké le script basePath=$(dirname $0)