檢測進程是否結束並在結束時發送一份郵件

版本1python check.sh:sql #!/bin/bash source .bash_profile i=`ps -ef | grep /usr/local/PostgreSQL/9.6/data/ | grep -v grep | wc -l` if [ $i -lt 1 ] then text='process cannot find. The upgrade job is done
相關文章
相關標籤/搜索