Update nginx stack install

This commit is contained in:
VirtuBox
2019-07-28 21:23:07 +02:00
parent 5cfee94f86
commit 4f2bfc2c06
6 changed files with 191 additions and 55 deletions

View File

@@ -892,7 +892,7 @@ def site_package_check(self, stype):
if stype in ['mysql', 'wp', 'wpsubdir', 'wpsubdomain']:
Log.debug(self, "Setting apt_packages variable for MySQL")
if not WOShellExec.cmd_exec(self, "mysqladmin ping"):
if not WOShellExec.cmd_exec(self, "/usr/bin/mysqladmin ping"):
apt_packages = apt_packages + WOVariables.wo_mysql
packages = packages + [["https://raw.githubusercontent.com/"
"major/MySQLTuner-perl/master/"