From a3eb68eb6a78547d076df6929670fd3064e0ae4c Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Fri, 6 Aug 2021 13:14:52 +0200 Subject: [PATCH] correction dans "afficher le profil" pour les profils en .conf --- borg-gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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