摘要: #!/bin/bashpid=`ps -ef|grep python3|grep manage|awk '{print $2}'`echo $pid if [[ ! $pid ]]then echo "#####Django服务未启动,现在启动#####" cd /opt/workspace/ ec 阅读全文
posted @ 2021-09-28 14:46 先定一个小目标 阅读(505) 评论(0) 推荐(0) 编辑