correction d'une erreur dans 'Information archive'
This commit is contained in:
parent
e4b7e2d4e6
commit
bd2819a6a5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user