https://wangdoc.com/bash/condition.html 此处测试失败`[ -n string ]:如果字符串string的长度大于零,则判断为真` [[ -n string ]] 须要两个括号才行,我在devuan,bash下测试的