From 3ac6e8b4385298954d2c82c50ed29b3547c84667 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Tue, 28 Jun 2022 18:11:49 +0200 Subject: [PATCH] =?UTF-8?q?si=20le=20fichier=20de=20configuration=20existe?= =?UTF-8?q?,=20ne=20pas=20=C3=A9craser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 96ff508..fe75e41 100644 --- a/install.sh +++ b/install.sh @@ -58,7 +58,9 @@ fi # Création du fichier de configuration de base mkdir -vp $HOME/.config/borg/ +if [ ! -f $HOME/.config/borg/borg-zenity.conf ];then cp -fv borg-zenity.conf $HOME/.config/borg/ +fi # nettoyage if [ -f readme.md ];then cd ..;fi