Update index.py

pull/256/head
midoks 3 years ago
parent d68e505ba2
commit 1f643d0657
  1. 1
      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

Loading…
Cancel
Save