Skip to content

Commit

Permalink
fix "Failed to list block device properties" error
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk committed Dec 4, 2023
1 parent dec6df1 commit 3180a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/fix_entries.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Fix "Failed to list block device properties" error
2 changes: 1 addition & 1 deletion roles/shrink_lv/files/shrink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function parse_flags() {
do
case $i in
-d=*|--device=*)
entries+="(${i#*=})"
entries+=("${i#*=}")
;;
-h)
display_help
Expand Down

0 comments on commit 3180a50

Please sign in to comment.