Set alterncpanel as group owner of mysql configuration on install

Fixes #504
This commit is contained in:
Kienan Stewart 2022-02-11 10:04:39 -05:00 committed by Camille Lafitte
parent a5d8d6d943
commit 63b19754b5
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ host="$host"
user="$user"
password="$password"
EOF
chown root:www-data "$filename"
chown root:alterncpanel "$filename"
chmod 640 "$filename"
}