Revision | 5c3e7dc87167f9de244d3d515a322ba3d56f840e (tree) |
---|---|
Zeit | 2023-02-04 00:22:45 |
Autor | Fs <Fsu0413@vip....> |
Commiter | Fs |
typo mariadb step 3
@@ -736,7 +736,7 @@ end | ||
736 | 736 | |
737 | 737 | conf.MariaDB = {} |
738 | 738 | |
739 | -conf.MariaDB.configurations = dofile(scriptPath .. "/lib/mriadbCompile/conf.lua") | |
739 | +conf.MariaDB.configurations = dofile(scriptPath .. "/lib/mariadbCompile/conf.lua") | |
740 | 740 | |
741 | 741 | conf.MariaDB.generateConfTable = function(self, host, job) |
742 | 742 | local confHost = conf.host[conf.hostToConfMap[host]] |