We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c9427 commit 4f3de05Copy full SHA for 4f3de05
1 file changed
addons/oceanbase-ce/reloader/update-parameters.sh
@@ -1,7 +1,11 @@
1
#!/bin/sh
2
set -ex
3
4
-OB_CLI="/kb_tools/obtools"
+if [ -x "/kb_reload_tools/obtools" ]; then
5
+ OB_CLI="/kb_reload_tools/obtools"
6
+else
7
+ OB_CLI="/kb_tools/obtools"
8
+fi
9
paramName="${1:?missing config}"
10
paramValue="${2:?missing value}"
11
0 commit comments