mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch 'ent-2705-eliminar-fichero-empty-en-la-carpeta-collection-del-agente-2' into 'develop'
Create collections folder like a symlink See merge request artica/pandorafms!1937
This commit is contained in:
commit
2df671ba86
@ -95,7 +95,8 @@ if [ ! -e /etc/pandora/plugins ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e /etc/pandora/collections ]; then
|
if [ ! -e /etc/pandora/collections ]; then
|
||||||
mkdir -p /etc/pandora/collections
|
mkdir -p /usr/share/pandora_agent/collections
|
||||||
|
ln -s /usr/share/pandora_agent/collections /etc/pandora
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p /var/spool/pandora/data_out
|
mkdir -p /var/spool/pandora/data_out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user