mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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:
commit
8715cbceaf
@ -313,7 +313,7 @@ install () {
|
|||||||
mkdir $DESTDIR$PANDORA_SPOOL/data_in/commands 2> /dev/null
|
mkdir $DESTDIR$PANDORA_SPOOL/data_in/commands 2> /dev/null
|
||||||
chmod 2770 $DESTDIR$PANDORA_SPOOL/data_in/commands
|
chmod 2770 $DESTDIR$PANDORA_SPOOL/data_in/commands
|
||||||
mkdir -p $DESTDIR$PANDORA_LOG 2> /dev/null
|
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
|
chmod 2774 $DESTDIR$PANDORA_LOG 2> /dev/null
|
||||||
|
|
||||||
echo "Giving proper permission to /var/spool/pandora"
|
echo "Giving proper permission to /var/spool/pandora"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user