Set alterncpanel as group owner of mysql configuration on install
Fixes #504
This commit is contained in:
parent
a5d8d6d943
commit
63b19754b5
|
@ -144,7 +144,7 @@ host="$host"
|
|||
user="$user"
|
||||
password="$password"
|
||||
EOF
|
||||
chown root:www-data "$filename"
|
||||
chown root:alterncpanel "$filename"
|
||||
chmod 640 "$filename"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue