From 62ef533b80764d6ff2fdda02af22684f6352ada6 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Fri, 19 Mar 2021 20:14:18 +0100 Subject: [PATCH] suppression de l'affichage du profil au lancement de la sauvegarde --- borg-gui.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/borg-gui.sh b/borg-gui.sh index d230689..59f1468 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -105,8 +105,6 @@ if [ "$choixmenu" = "cs" ] ;then DossierPresent $borg_repo DossierPresent $borg_dir - zenity --width=600 --height=500 --info --text="$(cd $dossierprofil && cat $fichierprofil)" - espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2) zenity --width=600 --notification --text "Espace disque utilisé : $espacedisqueutil"