revert: quote percent as mentioned in bench help
This commit is contained in:
@@ -209,7 +209,7 @@ def create_site_in_bench(args):
|
||||
"new-site",
|
||||
f"--db-host=mariadb", # Should match the compose service name
|
||||
f"--db-type={args.db_type}", # Add the selected database type
|
||||
f"--mariadb-user-host-login-scope='%'",
|
||||
f"--mariadb-user-host-login-scope=%",
|
||||
f"--db-root-password=123", # Replace with your MariaDB password
|
||||
f"--admin-password={args.admin_password}",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user