Mmm=$(ssh root@192.168.0.1 "df -h | grep ssl "| awk '{print $1}')
在脚本里面使用ssh 和 awk 时将awk放到本地运行 防止出现传入参数的问题导致awk运行有问题