mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
fix: new site command on Frappe >13.21.0 (#677)
This commit is contained in:
parent
e1f32b7476
commit
95aeb32e2d
@ -62,8 +62,8 @@ def main():
|
||||
_new_site(
|
||||
None,
|
||||
site_name,
|
||||
mariadb_root_username=db_root_username,
|
||||
mariadb_root_password=db_root_password,
|
||||
db_root_username,
|
||||
db_root_password,
|
||||
admin_password=get_password("ADMIN_PASSWORD", "admin"),
|
||||
verbose=True,
|
||||
install_apps=install_apps,
|
||||
|
Loading…
Reference in New Issue
Block a user