From 63b19754b52536ee1d418c7f040f9cfb7d666899 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Fri, 11 Feb 2022 10:04:39 -0500 Subject: [PATCH] Set alterncpanel as group owner of mysql configuration on install Fixes #504 --- install/mysql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/mysql.sh b/install/mysql.sh index 74e4f236..b95df9bb 100755 --- a/install/mysql.sh +++ b/install/mysql.sh @@ -144,7 +144,7 @@ host="$host" user="$user" password="$password" EOF - chown root:www-data "$filename" + chown root:alterncpanel "$filename" chmod 640 "$filename" }