fetch.sh: default to ibcloud

banking-pekao
informatic 2019-11-08 20:56:18 +01:00
parent 1562f895a3
commit d07d696e99
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ set -o pipefail
echo "Fetch started." | ts | tee -a "$K_FETCH_LOG"
python -u "$K_FETCH_DIR/banking-ib.py" 2>&1 | ts | tee -a "$K_FETCH_LOG"
python -u "$K_FETCH_DIR/banking-ibcloud.py" 2>&1 | ts | tee -a "$K_FETCH_LOG"
RET=$?
if [ $RET -ne 0 ]