mirror of
https://github.com/fluencelabs/node-distro
synced 2024-12-04 23:30:17 +00:00
fix(download_fluence.sh): cat $CONFIG on fail
This commit is contained in:
parent
bd402744aa
commit
2fd6790f89
@ -49,6 +49,7 @@ done
|
||||
|
||||
if ! ((ATTEMPTS)); then
|
||||
echo "Failed to download $URL after 5 attempts. Exiting..."
|
||||
cat "$CONFIG"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user