From 3b29928f24527c82bd54b36777ac6034c92a5519 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 --- 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 0600f0e602..0d7c0783ad 100644 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -309,6 +309,8 @@ install () { mkdir $DESTDIR$PANDORA_SPOOL/data_in/trans 2> /dev/null chmod 770 $DESTDIR$PANDORA_SPOOL/data_in/trans 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