From 5a929d5cdaca9380d208b03acb25da3e1ced01a6 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Wed, 10 Mar 2021 18:40:12 +0100 Subject: [PATCH] nom de profil raccourcis --- borg-gui.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/borg-gui.sh b/borg-gui.sh index 8db8fc1..c154e91 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -69,7 +69,8 @@ if [ ! $1 = "" ]; then fichierprofil="$1" . "$1" else - fichierprofil=$(ls -1 $HOME/.config/borg/*.txt | zenity --height=500 --width=600 --list --title "Profils" --column "profil") && . $fichierprofil + cd $HOME/.config/borg/ + fichierprofil=$(ls -1 *.txt | zenity --height=500 --width=400 --list --title "Profils" --column "profil") && . $fichierprofil fi if [ "$nomsauvegarde" = "" ]; then