diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index 0e59f405..c13d0b7d 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -720,7 +720,7 @@ class EEStackController(CementBaseController): Log.error(self, "Unable to update MySQL file") # Set MySQLTuner permission - EEFileUtils.chmod(self, "/usr/bin/mysqltunner", 0o775) + EEFileUtils.chmod(self, "/usr/bin/mysqltuner", 0o775) EEGit.add(self, ["/etc/mysql"], msg="Adding MySQL into Git") EEService.reload_service(self, 'mysql')