From 1dfac53178294078d1eaac6793a371009fb71eb1 Mon Sep 17 00:00:00 2001 From: markus Date: Tue, 27 Sep 2022 00:22:47 +0800 Subject: [PATCH 1/2] bugfix:Fixed an issue with terminator errors causing scripts to not run --- script/deploy/obproxyd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy/obproxyd.sh b/script/deploy/obproxyd.sh index f3b91562..9b01a5ad 100755 --- a/script/deploy/obproxyd.sh +++ b/script/deploy/obproxyd.sh @@ -94,7 +94,7 @@ function check_opt() else echo "obproxy config server url:$OBPROXY_CONFIG_SERVER_URL" OBPROXY_CONFIG_SERVER_URL_ARG=" -u $OBPROXY_CONFIG_SERVER_URL" - if + fi # check PORT if [ -z $OBPROXY_PORT ] From 43ca7a20d34d3f8975896698d84aebc2b853121a Mon Sep 17 00:00:00 2001 From: markus Date: Tue, 27 Sep 2022 00:24:19 +0800 Subject: [PATCH 2/2] bugfix:Fixed a problem with incorrect caption description --- src/obproxy/ob_proxy_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/obproxy/ob_proxy_main.cpp b/src/obproxy/ob_proxy_main.cpp index ceb87398..73ea0bff 100644 --- a/src/obproxy/ob_proxy_main.cpp +++ b/src/obproxy/ob_proxy_main.cpp @@ -145,7 +145,7 @@ void ObProxyMain::print_usage() const MPRINT(" -R,--releaseid RELEASEID current obproxy kernel release id"); MPRINT(" -t,--regression_test TEST_NAME regression test"); MPRINT("example:"); - MPRINT(" run without config server:"); + MPRINT(" run without root service list:"); MPRINT(" ./bin/obproxy -p6789 -r'ip:port;ip:port' -n test -o enable_cluster_checkout=false,syslog_level=INFO"); MPRINT(" OR ./bin/obproxy -p6789 -r'ip:port;ip:port' -c 'ob_test' -n test -o syslog_level=INFO \n"); MPRINT(" run with config server:");