diff --git a/.github/sync-release.yml b/.github/sync-release.yml index 9d111aefd..c9891bfac 100644 --- a/.github/sync-release.yml +++ b/.github/sync-release.yml @@ -10,7 +10,7 @@ OpenIMSDK/openim-docker: replace: true - source: ./scripts dest: ./scripts - replace: true + replace: false - source: ./Makefile dest: ./Makefile - replace: true + replace: false diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b9e67d438..d6e15bf23 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -6,10 +6,6 @@ name: Synchronize kubecub public code to other repositories on: push: - paths: - - scripts/* - - docs/* - - config/* branches: - main workflow_dispatch: diff --git a/scripts/install/openim-tools.sh b/scripts/install/openim-tools.sh index 81291c38d..a0c67d3d2 100755 --- a/scripts/install/openim-tools.sh +++ b/scripts/install/openim-tools.sh @@ -102,7 +102,7 @@ function openim::tools::start_service() { cmd="${cmd} --prometheus_port ${prometheus_port}" fi openim::log::info "Starting ${binary_name}..." - ${cmd} + ${cmd} >> "${LOG_FILE}" 2>&1 & } function openim::tools::start() {