Commit d4083b76 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix script name (use from erp5).

parent 5f3bd9b7
......@@ -47,9 +47,11 @@ class Recipe(BaseSlapRecipe):
self.cron_d = self.installCrond()
self.logrotate_d, self.logrotate_backup = self.installLogrotate()
self.killpidfromfile = zc.buildout.easy_install.scripts(
[('killpidfromfile', __name__ + '.killpidfromfile',
[('killpidfromfile', 'slapos.recipe.erp5.killpidfromfile',
'killpidfromfile')], self.ws, sys.executable, self.bin_directory)[0]
self.path_list.append(self.killpidfromfile)
ca_conf = self.installCertificateAuthority()
key, certificate = self.requestCertificate('Login Based Access')
apache_conf = dict(
......
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