Commit 86704f26 authored by Jérome Perrin's avatar Jérome Perrin

slaprunner: fix setting of $HOME

parent e6623733
......@@ -50,7 +50,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in
md5sum = c42444d468345dc1954f4b91b6de0c92
md5sum = 26d1097537c6232c9ace88cdc6ff2c4f
mode = 0644
[template-runner-import-script]
......
......@@ -534,7 +534,7 @@ template = inline:
recipe = slapos.cookbook:shell
wrapper = $${directory:bin}/sh
shell = ${bash:location}/bin/bash
home = $${runnerdirectory:home}
home = $${buildout:directory}
path = $${environ:PATH}:/usr/bin:/bin/:${nano:location}/bin:${vim:location}/bin:${screen:location}/bin:${git:location}/bin:${tig:location}/bin
ps1 = "\\w> "
......
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