commit | 81860c147ed362eb3855d2bd098d499bb864f72e | [log] [tgz] |
---|---|---|
author | Dmitry Burmistrov <dburmistrov@mirantis.com> | Mon Jun 06 16:03:12 2016 +0300 |
committer | Dmitry Burmistrov <dburmistrov@mirantis.com> | Wed Aug 27 17:10:15 2025 +0400 |
tree | 4fb5db12d29a2660e86b5d3f331f07701e1674e8 | |
parent | 7939e7f5894be0479d12a46646a54572190f022a [diff] [blame] |
Fix shellcheck warnings
diff --git a/trsync.sh b/trsync.sh index 8f4aa35..23b8a7d 100755 --- a/trsync.sh +++ b/trsync.sh
@@ -7,3 +7,4 @@ source "${BIN_DIR}/functions/rsync.sh" rsync_transfer "$1" "$2" +cleanup_and_exit 0