Skip to content

Commit

Permalink
Fixed redis_cache.log permission issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismunro committed Nov 23, 2015
1 parent 3ca567d commit 73ae8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/packages/packetfence.spec
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ fi
/sbin/chkconfig --add packetfence-redis-cache

#Check if log files exist and create them with the correct owner
for fic_log in packetfence.log catalyst.log access_log error_log admin_access_log admin_error_log
for fic_log in packetfence.log catalyst.log access_log error_log admin_access_log admin_error_log redis_cache.log
do
if [ ! -e /usr/local/pf/logs/$fic_log ]; then
touch /usr/local/pf/logs/$fic_log
Expand Down

0 comments on commit 73ae8c7

Please sign in to comment.