Skip to content

Commit

Permalink
verbose core download
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelap00 committed Oct 17, 2023
1 parent ddd9531 commit 0cdf641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dappnode_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ dappnode_core_download() {
eval "[ -f \$${comp}_FILE ] || $WGET -O \$${comp}_FILE \$${comp}_URL || { echo 'Error: Unable to find the file ' \$${comp}_FILE ' or download from ' \$${comp}_URL; exit 1; }"
# Download DAppNode Core docker-compose yml files if it's needed
echo "Downloading ${comp} yml..."
eval "[ -f \$${comp}_YML_FILE ] || $WGET -O \$${comp}_YML_FILE \$${comp}_YML || { echo 'Error: Unable to find the file ' \$${comp}_YML_FILE ' or download from ' \$${comp}_URL; exit 1; }"
eval "[ -f \$${comp}_YML_FILE ] || $WGET -O \$${comp}_YML_FILE \$${comp}_YML || { echo 'Error: Unable to find the file ' \$${comp}_YML_FILE ' or download from ' \$${comp}_YML; exit 1; }"
# Download DAppNode Core manifest files if it's needed
echo "Downloading ${comp} manifest..."
eval "[ -f \$${comp}_MANIFEST_FILE ] || $WGET -O \$${comp}_MANIFEST_FILE \$${comp}_MANIFEST || { echo 'Error: Unable to find the file ' \$${comp}_MANIFEST_FILE ' or download from ' \$${comp}_URL; exit 1; }"
eval "[ -f \$${comp}_MANIFEST_FILE ] || $WGET -O \$${comp}_MANIFEST_FILE \$${comp}_MANIFEST || { echo 'Error: Unable to find the file ' \$${comp}_MANIFEST_FILE ' or download from ' \$${comp}_MANIFEST; exit 1; }"
fi
done
}
Expand Down

0 comments on commit 0cdf641

Please sign in to comment.