提交 da858dc5 编写于 作者: Z zyyang

change

上级 a53e7a3b
......@@ -17,6 +17,12 @@ fi
cd $COMMUNITY_DIR
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
git checkout -- .
......@@ -36,10 +42,10 @@ fi
rm -rf $COMMUNITY_DIR/debug/*
rm -rf $COMMUNITY_DIR/release/*
if [[ -e $COMMUNITY_DIR/rpms ]]; then
rm -rf $COMMUNITY_DIR/rpms
rm -rf $COMMUNITY_DIR/rpms
fi
if [[ -e $COMMUNITY_DIR/debs ]]; then
rm -rf $COMMUNITY_DIR/debs
rm -rf $COMMUNITY_DIR/debs
fi
cd $CUR_DIR
#!/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 -x
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册