Browse Source

Fix for interactive Docker deployments (#1589)

bubble_ubuntu_18_04
Nil Admirari 4 years ago
committed by Jack Ivanov
parent
commit
0b4ec243a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      algo-docker.sh

+ 1
- 1
algo-docker.sh View File

@@ -37,7 +37,7 @@ fi
tr -d '\r' < "${DATA_DIR}"/config.cfg > "${ALGO_DIR}"/config.cfg
test -d "${DATA_DIR}"/configs && rsync -qLktr --delete "${DATA_DIR}"/configs "${ALGO_DIR}"/

"${ALGO_DIR}"/algo "${ALGO_ARGS}"
"${ALGO_DIR}"/algo "${ALGO_ARGS[@]}"
retcode=${?}

rsync -qLktr --delete "${ALGO_DIR}"/configs "${DATA_DIR}"/


Loading…
Cancel
Save