Skip to content

Commit

Permalink
image_builder: fix small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
urpylka authored Apr 27, 2018
1 parent 0346c48 commit 9b38d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_builder/image_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ get_image() {
fi
echo "$(date) | 2. Unzipping Linux distribution image"
local RPI_IMAGE_NAME=$(echo $RPI_ZIP_NAME | sed 's/zip/img/')
unzip -p $1/$RPI_ZIP_NAME $RPI_IMAGE_NAME > $1/$IMAGE_NAME
unzip -p $1/$RPI_ZIP_NAME $RPI_IMAGE_NAME > $1/$3
echo "$(date) | Unzipping complete"
}

Expand Down

0 comments on commit 9b38d51

Please sign in to comment.