From 6e7aefa81255e3db7db468930c6257c58daae2a7 Mon Sep 17 00:00:00 2001 From: tomchon Date: Thu, 14 Apr 2022 16:46:08 +0800 Subject: [PATCH] build: modify install.sh --- packaging/install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packaging/install.sh b/packaging/install.sh index 6642f89221..9ce7fc326a 100755 --- a/packaging/install.sh +++ b/packaging/install.sh @@ -460,14 +460,14 @@ function install_service_on_systemd() { } function install_service() { - if ((${service_mod}==0)); then - install_service_on_systemd - elif ((${service_mod}==1)); then - install_service_on_sysvinit - else - # must manual stop taosd + # if ((${service_mod}==0)); then + # install_service_on_systemd + # elif ((${service_mod}==1)); then + # install_service_on_sysvinit + # else + # # must manual stop taosd kill_process taosd - fi + # fi } function install_TDengine() { -- GitLab