From ac9419bdbadf8e17b38cbf9fb2bff571e4ba8835 Mon Sep 17 00:00:00 2001 From: MilesTEG Date: Fri, 16 Apr 2021 07:23:08 +0200 Subject: [PATCH] =?UTF-8?q?fix=20sur=20d=C3=A9finition=20d'une=20variable?= =?UTF-8?q?=20=C3=A0=20la=20mode=20C++=20alors=20qu'en=20bash=20il=20n'y?= =?UTF-8?q?=20a=20pas=20d'espace=20!=20Erreur=20corrig=C3=A9e=20:=20`/volu?= =?UTF-8?q?me1/docker/=5FScripts-DOCKER/gitea-backup.sh:=20line=2088:=20do?= =?UTF-8?q?ssier=5Fmanquant:=20command=20not=20found`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose/gitea/gitea-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/gitea/gitea-backup.sh b/docker-compose/gitea/gitea-backup.sh index 3d4ed70..66b8d17 100644 --- a/docker-compose/gitea/gitea-backup.sh +++ b/docker-compose/gitea/gitea-backup.sh @@ -85,7 +85,7 @@ if [ $num_erreur -ne 0 ]; then # Si ce code n'est pas 0, il y a eu une erreur exit $num_erreur fi -dossier_manquant = "" +dossier_manquant="" if [ ! -d "$GITEA_BACKUP_DIR" ]; then dossier_manquant = "$GITEA_BACKUP_DIR" fi -- 2.45.2