Commit 86e26fbd authored by Alain Takoudjou's avatar Alain Takoudjou

slaprunner: fix directory section name

parent 29acdc09
......@@ -60,7 +60,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in
md5sum = 71ce5a39bf61ae5f80a10c27b9c12761
md5sum = 88563f5f1893e8a084de3f686ec0d27d
mode = 0644
[template-runner-import-script]
......
......@@ -239,11 +239,11 @@ key = $${slap-parameter:user-authorized-key}
[runner-sshd-server]
recipe = collective.recipe.template
log = $${basedirectory:log}/runner-sshd.log
log = $${directory:log}/runner-sshd.log
input = inline:#!/bin/sh
exec $${runner-sshd-raw-server:wrapper-path} >> $${:log} 2>&1
output = $${rootdirectory:bin}/runner_raw_sshd_log
output = $${directory:bin}/runner_raw_sshd_log
mode = 700
[runner-sshd-graceful]
......
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