Fixed directory create exec
fixes bug#1224536 Change-Id: I1071c4d3e203ae7fcfa3c1edceca3cbc4cfad059
This commit is contained in:
parent
b99c9bfc26
commit
b4f38271a3
@ -687,7 +687,7 @@ class MySqlApp(object):
|
|||||||
conf_dir = "/etc/mysql/conf.d"
|
conf_dir = "/etc/mysql/conf.d"
|
||||||
LOG.debug("Creating %s" % conf_dir)
|
LOG.debug("Creating %s" % conf_dir)
|
||||||
command = "sudo mkdir -p %s" % conf_dir
|
command = "sudo mkdir -p %s" % conf_dir
|
||||||
utils.execute_with_timeout(command)
|
utils.execute_with_timeout(command, shell=True)
|
||||||
|
|
||||||
def _enable_mysql_on_boot(self):
|
def _enable_mysql_on_boot(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user