From a7a0813cf5a305f1e6eaa05d6e48a961f00568fd Mon Sep 17 00:00:00 2001 From: Enrique Martin Date: Wed, 28 Feb 2024 14:30:22 +0100 Subject: [PATCH] Added agent folder to data_in during server installation --- pandora_server/pandora_server_installer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index c747ab016b..f1e0eb22da 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -346,6 +346,8 @@ install () { chmod 2770 $DESTDIR$PANDORA_SPOOL/data_in/commands mkdir $DESTDIR$PANDORA_SPOOL/data_in/discovery 2> /dev/null chmod 2770 $DESTDIR$PANDORA_SPOOL/data_in/discovery + mkdir $DESTDIR$PANDORA_SPOOL/data_in/agent 2> /dev/null + chmod 2770 $DESTDIR$PANDORA_SPOOL/data_in/agent mkdir -p $DESTDIR$PANDORA_LOG 2> /dev/null chown -R pandora:apache $DESTDIR$PANDORA_LOG 2> /dev/null chmod 2774 $DESTDIR$PANDORA_LOG 2> /dev/null