Skip to content

Commit

Permalink
Update upload_package
Browse files Browse the repository at this point in the history
Co-authored-by: Krzesimir Nowak <[email protected]>
  • Loading branch information
pothos and krnowak authored Sep 28, 2023
1 parent dc94945 commit a0eec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_package
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PAYLOAD_SIZE=$(stat --format='%s' "${UPDATE_PATH}")
PAYLOAD_SHA1=$(cat "${UPDATE_PATH}" | openssl dgst -sha1 -binary | base64)
PAYLOAD_SHA256=$(cat "${UPDATE_PATH}" | openssl dgst -sha256 -binary | base64)

(cd "${DATA_DIR}" && sha256sum "flatcar_production_update.gz") > "${UPDATE_CHECKSUM_PATH}"
env --chdir "${DATA_DIR}" sha256sum "flatcar_production_update.gz" > "${UPDATE_CHECKSUM_PATH}"

EXTRA_FILES=()
EXTRA_SUMS=()
Expand Down

0 comments on commit a0eec07

Please sign in to comment.