From 1fe8145d837bb385c90cdcb3d85f00d91e3e4a63 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Tue, 9 Mar 2021 20:14:03 +0100 Subject: [PATCH] affichage des profils en chasse fixe avec --- borg-gui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borg-gui.sh b/borg-gui.sh index 2a8dd9f..ffd141b 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -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="$(cd $dossierprofil && cat $fichierprofil)" 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="$info" elif [ "$choixmenu" = "" ];then zenity --width=500 --info --text="Aucun choix, retour au menu."