From 1ddcfcd88fa9900ca63a07b2095be120634b7fff Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Wed, 4 Aug 2021 14:14:43 +0200 Subject: [PATCH] =?UTF-8?q?r=C3=A9solution=20de=20bugs=20li=C3=A9=20au=20m?= =?UTF-8?q?erge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- borg-gui.sh | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/borg-gui.sh b/borg-gui.sh index e1f1b1d..9521d93 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -70,8 +70,8 @@ if [ ! $1 = "" ]; then fichierprofil="$1" . "$1" else - cd $dossierprofil - fichierprofil=$(ls -1 *.txt | zenity --height=$H --width=$W --window-icon=$HOME/.icons/borg.svg --list --title "Liste des profils" --text "Choisir un profil dans la liste" --hide-header --column "profil") && . $fichierprofil + fichierprofil=$(ls -1 "$dossierprofil"*.conf | zenity --height=$H --width=$W --window-icon=$HOME/.icons/borg.svg --list --title "Liste des profils" --text "Choisir un profil dans la liste" --hide-header --column "profil") + . $fichierprofil fi if [ "$fichierprofil" = "" ]; then @@ -106,18 +106,16 @@ fi\nFiltre : "$filter"\n\ id\nInformation sur le dépôt\n\ ap\nAfficher le profil\n\ --\n------------------------------------------\n\ -ed\nEspace disque utilisé : $(df -k --output=pcent $borg_repo | tail -n +2)\n\ -<<<<<<< HEAD -qu\nQuitter\ -" | zenity --window-icon=$HOME/.icons/borg.svg --list \ +ed\nEspace disque utilisé : $(df -k --output=pcent $borg_repo | tail -n +2)" \ +| zenity --window-icon=$HOME/.icons/borg.svg --list \ --height=$H --width=$W \ --title "BORG GUI : $nomsauvegarde" \ --hide-header --hide-column=1 --column "id" --column "choix") if [ "$choixmenu" = "" ];then +exit - -elif [ "$choixmenu" = "cs" ] ;then +elif [ "$choixmenu" = "cs" ];then # Créer une archive TestBorgRepo @@ -203,6 +201,6 @@ elif [ "$choixmenu" = "ap" ];then zenity --width=$W --height=$H --info --text="$(cd $dossierprofil && cat $fichierprofil)" -elif [ "$choixmenu" = "" ];then - zenity --width=$W --info --text="Aucun choix, retour au menu." +elif [ "$choixmenu" = "qu" ];then + exit fi