Fixing the problems I have introduced in my last change.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user