diff options
author | Erich Eckner <git@eckner.net> | 2018-09-10 09:24:34 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-10 09:24:34 +0200 |
commit | 6d10a24d55bfdadcce69f3f0beb4c1a018af8060 (patch) | |
tree | 30e2c60375f9ae6590b2b440f67c1a61229bf686 /bin/db-update | |
parent | 1c608353d51ad59d9fafbc71067c988ce7a584d1 (diff) | |
download | builder-6d10a24d55bfdadcce69f3f0beb4c1a018af8060.tar.xz |
lib/common-functions: failsafe_sftp() new
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update index 6bdbf7e..367fb36 100755 --- a/bin/db-update +++ b/bin/db-update @@ -442,7 +442,7 @@ for source_stability in \ if ${no_action}; then sed 's|^|sftp: |' else - ${master_mirror_sftp_command} + failsafe_sftp fi if ${no_action}; then |