Fixed /var/log/pandora directory is not created.
This commit is contained in:
parent
f66ef48a88
commit
a65346bef0
|
@ -93,6 +93,9 @@ if [ ! -e /etc/pandora/collections ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p /var/spool/pandora/data_out
|
mkdir -p /var/spool/pandora/data_out
|
||||||
|
if [ ! -d /var/log/pandora ]; then
|
||||||
|
mkdir -p /var/log/pandora
|
||||||
|
fi
|
||||||
/sbin/chkconfig --add pandora_agent_daemon
|
/sbin/chkconfig --add pandora_agent_daemon
|
||||||
/sbin/chkconfig pandora_agent_daemon on
|
/sbin/chkconfig pandora_agent_daemon on
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue