Bump version for testing

This commit is contained in:
VirtuBox
2020-11-10 16:28:04 +01:00
parent 64f557857b
commit b225b6e339
4 changed files with 4 additions and 4 deletions

View File

@@ -925,7 +925,7 @@ def post_pref(self, apt_packages, packages, upgrade=False):
# create mysql config if it doesn't exist
if "mariadb-server" in apt_packages:
WOGit.add(self, ["/etc/mysql"], msg="Adding MySQL into Git")
if not os.path.isfile("/etc/mysql/my.cnf"):
if not os.path.exists("/etc/mysql/my.cnf"):
config = ("[mysqld]\nwait_timeout = 30\n"
"interactive_timeout=60\nperformance_schema = 0"
"\nquery_cache_type = 1")