affichage des profils en chasse fixe avec <tt>

This commit is contained in:
Djan GICQUEL 2021-03-09 20:14:03 +01:00
parent 72a5126345
commit 1fe8145d83
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ SauvegardeBorg () {
DossierPresent $borg_repo
DossierPresent $borg_dir
zenity --width=500 --height=600 --info --text="$(cd $dossierprofil && cat $fichierprofil)"
zenity --width=500 --height=600 --info --text="<tt>$(cd $dossierprofil && cat $fichierprofil)</tt>"
borg create $borg_excludes $borg_compress $borg_repo::$borg_archive $borg_dir | zenity --width=400 --progress --pulsate --auto-close --title="Sauvegarde en cours..."
sync | zenity --width=400 --progress --pulsate --auto-close --title="Synchronisation des écritures..."
@ -137,7 +137,7 @@ elif [ "$choixmenu" = "info_depot" ];then
elif [ "$choixmenu" = "afficher_variables_profil" ];then
info=$(cd $dossierprofil && cat $fichierprofil)
zenity --width=500 --height=600 --info --text="$info"
zenity --width=600 --height=400 --info --text="<tt>$info</tt>"
elif [ "$choixmenu" = "" ];then
zenity --width=500 --info --text="Aucun choix, retour au menu."