摘要: 1、探测脚本 cat probe.sh #!/bin/bash fun() { if [ $? = '0' ] then jg='成功' echo '成功' else jg='失败' echo '失败' systemctl start $2 fi #将探测结果写入临时文件 echo $(date + 阅读全文
posted @ 2020-11-28 14:21 苍茫宇宙 阅读(182) 评论(0) 推荐(0) 编辑