From e4b7e2d4e63cebae05ddc8ca247e3079b157cad9 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Sun, 4 Jul 2021 19:40:13 +0200 Subject: [PATCH] Ajout du titre de colonne dans le choix dm --- borg-gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg-gui.sh b/borg-gui.sh index 959636e..210fcc6 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -142,7 +142,7 @@ elif [ "$choixmenu" = "ms" ];then elif [ "$choixmenu" = "dm" ];then # Demonter une archive - ptnmontage=$(mount | grep borgfs | cut -d" " -f3 | zenity --width=500 --height=400 --list --title "Liste des points de montages" --column "") + ptnmontage=$(mount | grep borgfs | cut -d" " -f3 | zenity --width=500 --height=400 --list --title "Liste des points de montages" --column "Archive") fusermount -u $ptnmontage | zenity --width=600 --progress --pulsate --auto-close sleep 5 | zenity --width=600 --progress --pulsate --auto-close rmdir $ptnmontage | zenity --width=600 --progress --pulsate --auto-close