From 1f643d065797babcfaa9b89b60abfeb1dfcd63eb Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 7 Nov 2022 17:56:48 +0800 Subject: [PATCH] Update index.py --- plugins/mysql-apt/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mysql-apt/index.py b/plugins/mysql-apt/index.py index bc6ea3348..dad39ae3e 100755 --- a/plugins/mysql-apt/index.py +++ b/plugins/mysql-apt/index.py @@ -281,6 +281,7 @@ def initMysql57Data(): if not mw.isAppleSystem(): mw.execShell('chown -R mysql:mysql ' + datadir) + mw.execShell('chmod 755 ' + datadir) return False return True