mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
fixed postfix
This commit is contained in:
@@ -49,7 +49,7 @@ case "$1" in
|
|||||||
status)
|
status)
|
||||||
PID=`pidof /usr/lib/postfix/master`
|
PID=`pidof /usr/lib/postfix/master`
|
||||||
MPID=`cat /var/spool/postfix/pid/master.pid`
|
MPID=`cat /var/spool/postfix/pid/master.pid`
|
||||||
if [ $MPID = $PID ]; then
|
if [ ${MPID} = ${PID} ]; then
|
||||||
echo -e "${INFO}postfix is running with Process"\
|
echo -e "${INFO}postfix is running with Process"\
|
||||||
"ID(s) ${MPID}.${NORMAL}"
|
"ID(s) ${MPID}.${NORMAL}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user