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 e5b63d9 commit 86b6415Copy full SHA for 86b6415
installer/install.sh
@@ -32,7 +32,7 @@ function check_and_prepare_env_params() {
32
# 获取已安装的 SQLBOT 的运行目录
33
SQLBOT_BASE=$(grep "^SQLBOT_BASE=" /usr/bin/sctl | cut -d'=' -f2)
34
SQLBOT_BASE_OLD=${SQLBOT_BASE}
35
- sed -i -e "s#SQLBOT_BASE=.*#SQLBOT_BASE_BASE=${SQLBOT_BASE}#g" sctl
+ sed -i -e "s#SQLBOT_BASE=.*#SQLBOT_BASE=${SQLBOT_BASE}#g" sctl
36
\cp sctl /usr/local/bin && chmod +x /usr/local/bin/sctl
37
38
log_content "停止 SQLBot 服务"
0 commit comments