Skip to content

Commit

Permalink
Grab content hashes depending on dnpname prettified
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Jul 15, 2024
1 parent 7557f15 commit 099202c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dappnode_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ installExtraDpkg() {
grabContentHashes() {
if [ ! -f "${CONTENT_HASH_FILE}" ]; then
for comp in "${CONTENT_HASH_PKGS[@]}"; do
CONTENT_HASH=$(eval "${SWGET}" https://github.com/dappnode/DAppNodePackage-"${comp}"/releases/latest/download/content-hash)
CONTENT_HASH=$(eval "${SWGET}" https://github.com/dappnode/DAppNodePackage-"${comp}"/releases/latest/download/content-hash_${comp})
if [ -z "$CONTENT_HASH" ]; then
echo "ERROR! Failed to find content hash of ${comp}." 2>&1 | tee -a $LOGFILE
exit 1
Expand Down

0 comments on commit 099202c

Please sign in to comment.