Forgot to update awstats rights on previous user's configuration
This commit is contained in:
parent
0783ee2c72
commit
c137ef33e8
|
@ -65,7 +65,8 @@ EOF
|
|||
chown alterncpanel:root /var/cache/awstats
|
||||
|
||||
# Update rights on previous user's awstats configuration files
|
||||
chown alterncpanel:alterncpanel /etc/awstats/awstats.*.conf > /dev/null 2>&1
|
||||
chown alterncpanel:root /etc/awstats/awstats.*.conf > /dev/null 2>&1
|
||||
chown alterncpanel:root /var/cache/awstats/* > /dev/null 2>&1
|
||||
|
||||
echo "**********************************************"
|
||||
echo "* ALTERNC-AWSTATS *"
|
||||
|
|
Loading…
Reference in New Issue