Skip to content

Commit

Permalink
Change block device with path for Linux OS
Browse files Browse the repository at this point in the history
Block device is not displayed in Linux OS so processing can not be completed.So, Change block device with path for Linux OS
  • Loading branch information
ketoketo committed May 3, 2018
1 parent d62d953 commit a0f20c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ case "${OSTYPE}" in
#
# @return _RET the name of the device to use
autodetect_device() {
_RET=$(lsblk -n -o NAME -d | grep mmcblk || true)
_RET=$(lsblk -p -n -o NAME -d | grep mmcblk || true)
}

# Show in the standard output the devices that are a likely
Expand Down

0 comments on commit a0f20c2

Please sign in to comment.