From 19cbd61a0de52733269e4ab5e385fd4924ef1ac2 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Wed, 10 Mar 2021 18:42:57 +0100 Subject: [PATCH] info sauvegarde et info depot entre --- borg-gui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borg-gui.sh b/borg-gui.sh index c154e91..58441f2 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -130,11 +130,11 @@ elif [ "$choixmenu" = "supprimmer_sauvegarde" ];then elif [ "$choixmenu" = "info_sauvegarde" ];then borg_archive=$(borg list --short $borg_repo | zenity --height=500 --list --title "Listes des archives" --column "Archive") info=$(borg info $borg_repo::$borg_archive) - zenity --width=600 --info --text="$info" + zenity --width=600 --info --text="$info" elif [ "$choixmenu" = "info_depot" ];then info=$(borg info $borg_repo) - zenity --width=600 --info --text="$info" + zenity --width=600 --info --text="$info" elif [ "$choixmenu" = "afficher_profil" ];then info=$(cd $dossierprofil && cat $fichierprofil)