Comment 7 for bug 172775

Revision history for this message
Miek Gieben (miek) wrote :

Why not use the following code:

if test ! -d $(dirname $PID); then
    mkdir $(dirname $PID)
    chown -R zabbix:zabbix $(dirname $PID)
fi

safes a variable, not a big deal, but still.