diff --git a/borg-gui.sh b/borg-gui.sh index 20d4076..75c5aee 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -193,7 +193,7 @@ qu\nQUITTER\ elif [ "$choixmenu" = "ap" ];then # Afficher le profil - zenity $W $H --info --text="$(cd $dossierprofil && cat $fichierprofil)" + zenity $W $H --info --text="$(cd $dossierprofil && cat "$fichierprofil".conf)" fi done