Skip to content

Commit

Permalink
Fix 'load_bar' text in 'close_encrypted_device'
Browse files Browse the repository at this point in the history
  • Loading branch information
theDrake committed Jan 2, 2022
1 parent b9967a5 commit c4e8beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdl
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ function close_encrypted_device() {
log_error "Unable to close encrypted device '$1'"
fi
) &
load_bar "${WAIT_LOAD_MSG}\n\n \Z1> \Z2cryptsetup close ${device}\Zn"
load_bar "${WAIT_LOAD_MSG}\n\n \Z1> \Z2cryptsetup close $1\Zn"
fi
}

Expand Down

0 comments on commit c4e8beb

Please sign in to comment.