From 7065305f3818a3d33fa76fe866191709a137bcda Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Fri, 19 Mar 2021 20:13:15 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9ctification=20des=20commandes=20d'affich?= =?UTF-8?q?age=20espacedisqueutil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- borg-gui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borg-gui.sh b/borg-gui.sh index 3bb7eb0..d230689 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -108,7 +108,7 @@ if [ "$choixmenu" = "cs" ] ;then 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é\n\n $espacedisqueutil" + zenity --width=600 --notification --text "Espace disque utilisé : $espacedisqueutil" borg create $borg_excludes $borg_compress $borg_repo::$borg_archive $borg_dir | zenity --width=600 --progress --pulsate --auto-close --title="Sauvegarde en cours..." sync | zenity --width=600 --progress --pulsate --auto-close --title="Synchronisation des écritures..." @@ -117,7 +117,7 @@ if [ "$choixmenu" = "cs" ] ;then elif [ "$choixmenu" = "ed" ] ;then espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2) - zenity --width=600 --info --text "Espace disque utilisé\n\n $espacedisqueutil" + zenity --width=600 --info --text "Espace disque utilisé : $espacedisqueutil" elif [ "$choixmenu" = "ms" ];then borg_archive=$(borg list --short $borg_repo | zenity --height=500 --list --title "Listes des archives" --column "Archive")