Add empty lines to output
This commit is contained in:
parent
6041e4c5ba
commit
332d09a637
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -78,8 +78,10 @@ main() {
|
|||
echo "Work dir: $WORK_DIR"
|
||||
echo "Stage dir: $STAGE_DIR"
|
||||
echo "Stage work dir: $STAGE_WORK_DIR"
|
||||
echo
|
||||
echo "Root FS dir: $ROOTFS_DIR"
|
||||
echo "Boot FS dir: $BOOTFS_DIR"
|
||||
echo
|
||||
echo "Image file: $IMG_FILE"
|
||||
echo "ZIP file: $ZIP_FILE"
|
||||
echo
|
||||
|
|
Reference in a new issue