fix: quote percent as mentioned in bench help

This commit is contained in:
Revant Nandgaonkar
2024-12-10 15:36:18 +05:30
parent 598c7dab43
commit 1505d125f1
7 changed files with 16 additions and 16 deletions

View File

@@ -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}",
]