Commit 1af60675 authored by Benjamin Blanc's avatar Benjamin Blanc

erp5_bootstrap: Fix missing quotes

parent d427d137
...@@ -124,7 +124,7 @@ if scalability: ...@@ -124,7 +124,7 @@ if scalability:
# Create scalability users # Create scalability users
if testIfExist("/%%s/person_module/scalability_user/getTitle" %%site_id) \ if testIfExist("/%%s/person_module/scalability_user/getTitle" %%site_id) \
and not testIfExist("/%%s/person_module/scalability_user_0/getTitle" %%site_id): and not testIfExist("/%%s/person_module/scalability_user_0/getTitle" %%site_id):
print Going to create scalability users.. print "Going to create scalability users.."
zope_connection = getConnection() zope_connection = getConnection()
zope_connection.request( zope_connection.request(
'GET', '/%%s/init_scalability' %%site_id, 'GET', '/%%s/init_scalability' %%site_id,
......
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