test
This commit is contained in:
parent
01f42064f2
commit
3f62a65b67
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue