fix: don't set log folder permissions recursivly
This commit is contained in:
parent
21ab07eff8
commit
137e76ff00
2
install
2
install
|
@ -1050,7 +1050,7 @@ verbose "...Done"
|
|||
|
||||
verbose "\n * Setting permissions on /var/log/libretime..."
|
||||
# Make the airtime log directory group-writable
|
||||
loudCmd "chmod -R 775 /var/log/libretime"
|
||||
loudCmd "chmod 775 /var/log/libretime"
|
||||
|
||||
loud "\n-----------------------------------------------------"
|
||||
loud " * Configuring PHP in Apache * "
|
||||
|
|
Loading…
Reference in New Issue