suppression de l'affichage du profil au lancement de la sauvegarde

This commit is contained in:
Djan GICQUEL 2021-03-19 20:14:18 +01:00
parent 7065305f38
commit 62ef533b80

View File

@ -105,8 +105,6 @@ if [ "$choixmenu" = "cs" ] ;then
DossierPresent $borg_repo DossierPresent $borg_repo
DossierPresent $borg_dir DossierPresent $borg_dir
zenity --width=600 --height=500 --info --text="<tt>$(cd $dossierprofil && cat $fichierprofil)</tt>"
espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2) espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2)
zenity --width=600 --notification --text "Espace disque utilisé : $espacedisqueutil" zenity --width=600 --notification --text "Espace disque utilisé : $espacedisqueutil"