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