mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed /var/log/pandora directory is not created.
(cherry picked from commit a65346bef0b01d69431d4cb6d85d610402f02fdb)
This commit is contained in:
parent
f766bef9bb
commit
619ed96bfb
@ -94,6 +94,9 @@ if [ ! -e /etc/pandora/collections ]; then
|
||||
fi
|
||||
|
||||
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 pandora_agent_daemon on
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user