Skip to content

Commit

Permalink
fix get description when quota enabled (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrotkogabor authored and Antynea committed Aug 13, 2019
1 parent 091ffc0 commit e286bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 41_snapshots-btrfs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ snapshot_list()
local snapper_types=($(snapper -t 0 -c "$snapper_config" list | tail -n +3 | cut -d'|' -f 2))

IFS=$'\n'
local snapper_descriptions=($(snapper -t 0 -c "$snapper_config" list | tail -n +3 | cut -d'|' -f 7))
local snapper_descriptions=($(snapper -t 0 -c "$snapper_config" list | tail -n +3 | rev | cut -d'|' -f 2 | rev))
fi

IFS=$'\n'
Expand Down

0 comments on commit e286bf1

Please sign in to comment.