From: maniacikarus Date: Sat, 9 May 2009 20:39:03 +0000 (+0200) Subject: fixed postfix X-Git-Tag: v2.5-beta3~20^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=321ad5b838fb33403858575bc616da8f64634f8b;p=people%2Fstevee%2Fipfire-2.x.git fixed postfix --- diff --git a/src/initscripts/init.d/postfix b/src/initscripts/init.d/postfix index 2620a4eb3e..f7fc2dd73a 100644 --- a/src/initscripts/init.d/postfix +++ b/src/initscripts/init.d/postfix @@ -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