mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Fix for interactive Docker deployments (#1589)
This commit is contained in:
parent
8bdd99c05d
commit
0b4ec243a7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue