affichage des profils en chasse fixe avec <tt>
This commit is contained in:
parent
72a5126345
commit
1fe8145d83
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user