Merge branch 'v2.0.4-dev' into v2.0.5-dev

This commit is contained in:
Usman Nasir
2021-03-14 10:56:06 +05:00
8 changed files with 39 additions and 10 deletions

View File

@@ -446,7 +446,7 @@ class preFlightsChecks:
command = "sed -i 's|root|%s|g' %s" % (self.mysqluser, path)
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
command = "sed -i 's|'PORT':''|'PORT':'%s'|g' %s" % (self.mysqlport, path)
command = "sed -i \"s|'PORT': ''|'PORT':'%s'|g\" %s" % (self.mysqlport, path)
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
logging.InstallLog.writeToFile("settings.py updated!")