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