Fixing the problems I have introduced in my last change.

This commit is contained in:
2024-08-27 12:59:41 -05:00
parent a6b7fc7afe
commit 44dc8a4254
5 changed files with 9 additions and 9 deletions

View File

@@ -3,11 +3,11 @@
. helpers.sh
log Started
log "Started"
./getNewAccessToken.sh
if [[ $? -ne 0 ]]; then
log "Child process to get access token reported error. Exiting." err 1
throw "Child process to get access token reported error. Exiting." err 1
fi
jq -r '.[].Symbol' allSymbols.json | sort | while read theSymbol; do