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

View File

@ -65,7 +65,7 @@ if [ ! $1 = "" ]; then
. "$1" . "$1"
else else
cd $dossierprofil 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 fi
if [ "$fichierprofil" = "" ]; then if [ "$fichierprofil" = "" ]; then