mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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…
x
Reference in New Issue
Block a user