fetch.sh: default to ibcloud

This commit is contained in:
informatic 2019-11-08 20:56:18 +01:00
parent 1562f895a3
commit d07d696e99

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 ]