Merge branch 'ent-6984-server-log-permissions' into 'develop'

adding permissions to apache group

See merge request artica/pandorafms!3877
This commit is contained in:
Daniel Rodriguez 2021-03-16 16:39:48 +00:00
commit 8715cbceaf
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ install () {
mkdir $DESTDIR$PANDORA_SPOOL/data_in/commands 2> /dev/null
chmod 2770 $DESTDIR$PANDORA_SPOOL/data_in/commands
mkdir -p $DESTDIR$PANDORA_LOG 2> /dev/null
chown -R pandora $DESTDIR$PANDORA_LOG 2> /dev/null
chown -R pandora:apache $DESTDIR$PANDORA_LOG 2> /dev/null
chmod 2774 $DESTDIR$PANDORA_LOG 2> /dev/null
echo "Giving proper permission to /var/spool/pandora"