fix(download_fluence.sh): cat $CONFIG on fail

This commit is contained in:
folex 2023-06-05 14:21:28 -06:00 committed by GitHub
parent bd402744aa
commit 2fd6790f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ done
if ! ((ATTEMPTS)); then
echo "Failed to download $URL after 5 attempts. Exiting..."
cat "$CONFIG"
exit 1
fi