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 13, 2023
1 parent 0320b70 commit f1dd1a6
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 @@ -164,7 +164,7 @@ dappnode_core_download() {
if [[ ${!ver} != dev:* ]]; then
# Download DAppNode Core Images if it's needed
echo "Downloading ${comp} tar..."
eval "[ -f \$${comp}_FILE ] || $WGET -O \$${comp}_FILE \$${comp}_URL || exit 1"
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 || exit 1"
Expand Down

0 comments on commit f1dd1a6

Please sign in to comment.