Skip to content

Commit 60800a5

Browse files
committed
feat: add scripts bash path
Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
1 parent c52dbee commit 60800a5

36 files changed

+38
-39
lines changed

Diff for: docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100

101101

102102
openim_server:
103-
image: ghcr.io/openim-sigs/openim-server:v1.0.0-debug.0 #ghcr.io/openimsdk/openim-server:latels
103+
image: ghcr.io/openimsdk/openim-server:main
104104
container_name: openim-server
105105
volumes:
106106
- ./logs:/openim/openim-server/logs
@@ -122,7 +122,7 @@ services:
122122
max-file: "2"
123123

124124
openim_chat:
125-
image: ghcr.io/openimsdk/openim-chat:v1.1.0 #ghcr.io/openimsdk/openim-chat:latels
125+
image: ghcr.io/openimsdk/openim-chat:main
126126
container_name: openim_chat
127127
volumes:
128128
- ./_output/openim/openim-chat/logs:/openim/openim-chat/logs

Diff for: scripts/batch_start_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/build_all_service.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/build_push_k8s_images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/check_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/coverage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/docker_check_service.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/docker_start_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/ensure_tag.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

33
# Copyright © 2023 OpenIM. All rights reserved.
44
#

Diff for: scripts/enterprise/check_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/enterprise/function.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/env_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/function.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/githooks/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIMSDK.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/githooks/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIMSDK.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/githooks/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIMSDK.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/install_im_server.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/lib/color.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/lib/golang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/lib/init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/lib/logging.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/lib/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -455,7 +455,7 @@ EOF
455455
mkdir -p "${release_stage}/release"
456456
cp -R "${OPENIM_ROOT}/scripts/release" "${release_stage}/"
457457
cat <<EOF > "${release_stage}/release/get-openim-binaries.sh"
458-
#!/usr/bin/env bash
458+
#!/bin/bash
459459
460460
# Copyright 2020 Lingfei Kong <[email protected]>. All rights reserved.
461461
# Use of this source code is governed by a MIT style

Diff for: scripts/lib/util.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/lib/version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/msg_gateway_start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/msg_transfer_start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/path_info.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/push_start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/start_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/start_cron.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/start_rpc_service.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/stop_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: scripts/style_info.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: test/common.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# Copyright © 2023 OpenIM. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,4 +12,3 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-

0 commit comments

Comments
 (0)