nom de profil raccourcis

This commit is contained in:
Djan GICQUEL 2021-03-10 18:40:12 +01:00
parent 4ac6dd7c78
commit 5a929d5cda
1 changed files with 2 additions and 1 deletions

View File

@ -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