未验证 提交 9fc91fc5 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2092 from taosdata/hotfix/sangshuduo/fix-test-script-as-jeff-suggestions

change to bash to support [[ ]] syntax.
#!/bin/sh
#!/bin/bash
echo "Executing clear.sh"
......
#!/bin/sh
#!/bin/bash
# if [ $# != 2 || $# != 3 ]; then
# echo "argument list need input : "
......
#!/bin/sh
#!/bin/bash
# if [ $# != 4 || $# != 5 ]; then
# echo "argument list need input : "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册