in evobackup_client, made rsync ssh key use the actual variable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Patrick Marchand 2020-04-24 11:09:47 -04:00
parent ebecda38b6
commit 72736751ea
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ if [ "${SYNC_TASKS}" = "1" ]; then
# It breaks the command and destroys data, simply remove (or add) lines. # It breaks the command and destroys data, simply remove (or add) lines.
# Remote shell command # Remote shell command
RSH_COMMAND="ssh -i /root/.ssh/evobackup_id -p ${SSH_PORT} -o 'ConnectTimeout ${SSH_CONNECT_TIMEOUT}'" RSH_COMMAND="ssh -i {{ evobackup_client__root_key_path }} -p ${SSH_PORT} -o 'ConnectTimeout ${SSH_CONNECT_TIMEOUT}'"
# ignore check because we want it to split the different arguments to $rep # ignore check because we want it to split the different arguments to $rep
# shellcheck disable=SC2086 # shellcheck disable=SC2086