mention 'choisir un profil dans la liste' dans le selecteur de profils

This commit is contained in:
Djan GICQUEL 2021-07-23 20:54:38 +02:00
parent 1aa05122be
commit bde056f5ee
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if [ ! $1 = "" ]; then
. "$1"
else
cd $dossierprofil
fichierprofil=$(ls -1 *.txt | zenity --height=500 --width=600 --window-icon=$HOME/.icons/borg.svg --list --title "Liste des profils" --hide-header --column "profil") && . $fichierprofil
fichierprofil=$(ls -1 *.txt | zenity --height=500 --width=600 --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