Corrected various typos (#91)
* Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
IMG_FILE="${STAGE_WORK_DIR}/${IMG_DATE}-${IMG_NAME}${IMG_SUFFIX}.img"
|
||||
|
||||
IMGID="$(fdisk -l ${IMG_FILE} | sed -n 's/Disk identifier: 0x\([^ ]*\)/\1/p')"
|
||||
|
Reference in New Issue
Block a user