From 4ac6dd7c78b7e67b2884d1d9cfeb113f8a80d7ef Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Tue, 9 Mar 2021 20:17:30 +0100 Subject: [PATCH] changement de afficher_variables_profil en afficher_profil --- borg-gui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borg-gui.sh b/borg-gui.sh index ffd141b..8db8fc1 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -101,7 +101,7 @@ demonter_sauvegarde\n\ supprimmer_sauvegarde\n\ info_sauvegarde\n\ info_depot\n\ -afficher_variables_profil\n\ +afficher_profil\n\ QUITTER\ " | zenity --list --height=400 --width=400 --title "BORG GUI" --column "Nom : $nomsauvegarde") @@ -135,7 +135,7 @@ elif [ "$choixmenu" = "info_depot" ];then info=$(borg info $borg_repo) zenity --width=600 --info --text="$info" -elif [ "$choixmenu" = "afficher_variables_profil" ];then +elif [ "$choixmenu" = "afficher_profil" ];then info=$(cd $dossierprofil && cat $fichierprofil) zenity --width=600 --height=400 --info --text="$info"