提交 da858dc5 编写于 作者: Z zyyang

change

上级 a53e7a3b
...@@ -17,6 +17,12 @@ fi ...@@ -17,6 +17,12 @@ fi
cd $COMMUNITY_DIR cd $COMMUNITY_DIR
git checkout -- . git checkout -- .
if [[ -e src/plugins/taosadapter/taosadapter ]]; then
rm -f src/plugins/taosadapter/taosadapter
fi
if [[ -e src/plugins/taosadapter/upx.tar.xz ]]; then
rm -f src/plugins/taosadapter/upx.tar.xz
fi
cd $TOOLS_DIR cd $TOOLS_DIR
git checkout -- . git checkout -- .
......
#!/bin/bash #!/bin/bash
# #
# Script to stop the service and uninstall TDengine, but retain the config, data and log files. # Script to stop and uninstall the service, but retain the config, data and log files.
set -e set -e
#set -x #set -x
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册