correction d'une erreur dans 'Information archive'

This commit is contained in:
Djan GICQUEL 2021-07-04 19:45:16 +02:00
parent e4b7e2d4e6
commit bd2819a6a5
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ elif [ "$choixmenu" = "is" ];then
if [ "$borg_archive" = "" ];then
zenity --width=600 --info --text "Aucune archive choisie, retour au menu"
else
borg_archive=$(borg list --short $borg_repo | zenity --height=500 --list --title "Listes des archives" --column "Archive")
zenity --width=600 --info --text="<tt>$(borg info $borg_repo::$borg_archive)</tt>" | zenity --width=600 --progress --pulsate --auto-close
fi