错误原因:脚本在window下编辑过,window下每一行结尾是\n\r,linux 下每一行结尾是\n
解决方法:使用指令sed把xxxxx.sh中的\r替换成空白,sed -i 's/\r$//' xxxxx.sh