From 698c002e0c74fb29c70df87a91bdebc103040808 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Mon, 5 Sep 2016 13:57:32 +0200 Subject: [PATCH] Changed privileges to log folder server installer tarball (cherry picked from commit 3b29928f24527c82bd54b36777ac6034c92a5519) --- 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 4047869afc..75ad9673ff 100644 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -305,6 +305,8 @@ install () { mkdir $DESTDIR$PANDORA_SPOOL/data_in/netflow 2> /dev/null chmod 770 $DESTDIR$PANDORA_SPOOL/data_in/netflow mkdir -p $DESTDIR$PANDORA_LOG 2> /dev/null + chown -R pandora $DESTDIR$PANDORA_LOG 2> /dev/null + chmod 770 $DESTDIR$PANDORA_LOG 2> /dev/null echo "Giving proper permission to /var/spool/pandora" for group in "www-data" wwwrun www apache