修复告警问题

Signed-off-by: deveco_test <liguangjie1@huawei.com>
This commit is contained in:
deveco_test 2022-08-29 09:51:14 +08:00
parent d08950f7d6
commit c0d8a0885c

2
run.sh
View File

@ -35,7 +35,7 @@ cd $(dirname "$0") || error "Failure to change direcory!"
$PYTHON -c "import pip" || error "Please install pip first!"
$PYTHON -c "import easy_install" || error "Please install setuptools first!"
if [ ! -d $TOOLS_DIR ]; then
if [ ! -d "$TOOLS_DIR" ]; then
error "$TOOLS_DIR directory not exists"
fi