Commit d427d137 authored by Benjamin Blanc's avatar Benjamin Blanc

erp5_bootstrap: change init scalability script name

parent 6d6ac69e
......@@ -127,7 +127,7 @@ if scalability:
print Going to create scalability users..
zope_connection = getConnection()
zope_connection.request(
'GET', '/%%s/clone_scalability_user' %%site_id,
'GET', '/%%s/init_scalability' %%site_id,
headers=header_dict
)
result = zope_connection.getresponse()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment