Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
fix dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Eiermann committed May 11, 2016
1 parent b3d0bd6 commit 37e1d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/rpi/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ umask 0000
# compress image
zip "${BUILD_RESULT_PATH}/${IMAGE_PATH}.zip" "${IMAGE_PATH}"
sleep 2
cd ${BUILD_RESULT_PATH} && "sha256sum ${IMAGE_PATH}.zip" > "${IMAGE_PATH}.zip.sha256" && cd -
cd ${BUILD_RESULT_PATH} && sha256sum "${IMAGE_PATH}.zip" > "${IMAGE_PATH}.zip.sha256" && cd -

fdisk -l /rpi-raw.img
# test raw image that we have built
Expand Down

0 comments on commit 37e1d56

Please sign in to comment.