diff --git a/runner/source_dbsync.sh b/runner/source_dbsync.sh index df410103a..47b94aa5d 100644 --- a/runner/source_dbsync.sh +++ b/runner/source_dbsync.sh @@ -64,6 +64,7 @@ if [ -n "${DBSYNC_TAR_URL:-}" ]; then rm -rf dbsync_download mkdir -p dbsync_download tar -C dbsync_download -xzf "$DBSYNC_TAR_FILE" || exit 1 + chmod +x dbsync_download/bin/* # TODO: Remove this line once the tarball has the correct permissions set rm -f "$DBSYNC_TAR_FILE" rm -f db-sync-node ln -s dbsync_download db-sync-node || exit 1