changement de afficher_variables_profil en afficher_profil
This commit is contained in:
parent
1fe8145d83
commit
4ac6dd7c78
@ -101,7 +101,7 @@ demonter_sauvegarde\n\
|
|||||||
supprimmer_sauvegarde\n\
|
supprimmer_sauvegarde\n\
|
||||||
info_sauvegarde\n\
|
info_sauvegarde\n\
|
||||||
info_depot\n\
|
info_depot\n\
|
||||||
afficher_variables_profil\n\
|
afficher_profil\n\
|
||||||
QUITTER\
|
QUITTER\
|
||||||
" | zenity --list --height=400 --width=400 --title "BORG GUI" --column "Nom : $nomsauvegarde")
|
" | 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)
|
info=$(borg info $borg_repo)
|
||||||
zenity --width=600 --info --text="$info"
|
zenity --width=600 --info --text="$info"
|
||||||
|
|
||||||
elif [ "$choixmenu" = "afficher_variables_profil" ];then
|
elif [ "$choixmenu" = "afficher_profil" ];then
|
||||||
info=$(cd $dossierprofil && cat $fichierprofil)
|
info=$(cd $dossierprofil && cat $fichierprofil)
|
||||||
zenity --width=600 --height=400 --info --text="<tt>$info</tt>"
|
zenity --width=600 --height=400 --info --text="<tt>$info</tt>"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user