This commit is contained in:
liuyq-617 2021-08-16 17:06:05 +08:00
parent 01f42064f2
commit 3f62a65b67
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ IN_TDINTERNAL="community"
function stopTaosd {
echo "Stop taosd"
sudo systemctl stop taosd || echo 'no sudo or systemctl or stop fail'
sudo systemctl stop taosd || echo 'no sudo or systemctl or stop fail '
PID=`ps -ef|grep -w taosd | grep -v grep | awk '{print $2}'`
while [ -n "$PID" ]
do