fixed postfix

This commit is contained in:
maniacikarus
2009-05-09 22:39:03 +02:00
parent a4a3e35c0f
commit 321ad5b838

View File

@@ -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