Skip to content

Commit 6727222

Browse files
authored
chore: update ob reconfig script (#1621)
1 parent 84f6a31 commit 6727222

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

addons/oceanbase-ce/reloader/update-parameters.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/bin/sh
22
set -ex
33

4-
CURRENT_PATH=$(cd $(dirname $0);pwd)
5-
source ${CURRENT_PATH}/utils.sh
6-
4+
OB_CLI="/kb_tools/obtools"
75
paramName="${1:?missing config}"
86
paramValue="${2:?missing value}"
97

addons/oceanbase-ce/reloader/update-sysvars.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/bin/sh
22
set -ex
33

4-
CURRENT_PATH=$(cd $(dirname $0);pwd)
5-
source ${CURRENT_PATH}/utils.sh
6-
4+
OB_CLI="/kb_tools/obtools"
75
paramName="${1:?missing config}"
86
paramValue="${2:?missing value}"
97

0 commit comments

Comments
 (0)