fix database access errors for new builds

This commit is contained in:
8633brown 2021-08-05 15:53:31 -06:00
parent 911c4ca6ce
commit fb62aa3ce6
No known key found for this signature in database
GPG key ID: 00A8F1D4A16664FD

View file

@ -64,6 +64,7 @@ def main():
install_apps=install_apps, install_apps=install_apps,
source_sql=None, source_sql=None,
force=force, force=force,
no_mariadb_socket=True,
db_type=db_type, db_type=db_type,
reinstall=False, reinstall=False,
db_host=db_host, db_host=db_host,
@ -80,6 +81,7 @@ def main():
install_apps=install_apps, install_apps=install_apps,
source_sql=None, source_sql=None,
force=force, force=force,
no_mariadb_socket=True,
reinstall=False, reinstall=False,
) )