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"