Commit cc704f71 authored by Jérome Perrin's avatar Jérome Perrin

slaprunner: adjust shell $PATH to use first slapos provided commands

Only use /usr/bin:/bin/ as a fallback.
parent a04f7e4b
...@@ -19,7 +19,7 @@ md5sum = 02755403c9f0b52d717160b0b2d0cfb7 ...@@ -19,7 +19,7 @@ md5sum = 02755403c9f0b52d717160b0b2d0cfb7
[template-runner] [template-runner]
filename = instance-runner.cfg filename = instance-runner.cfg
md5sum = 773cef1c3649c38fce0fe388611148db md5sum = 35fd5b26d70a15bbb0cd04937b7521fa
[template-runner-import-script] [template-runner-import-script]
filename = template/runner-import.sh.jinja2 filename = template/runner-import.sh.jinja2
......
...@@ -645,7 +645,7 @@ recipe = slapos.cookbook:shell ...@@ -645,7 +645,7 @@ recipe = slapos.cookbook:shell
wrapper = $${directory:bin}/bash wrapper = $${directory:bin}/bash
shell = ${bash:location}/bin/bash shell = ${bash:location}/bin/bash
home = $${buildout:directory} home = $${buildout:directory}
path = /usr/bin:/bin/:${nano:location}/bin:${vim:location}/bin:${screen:location}/bin:${git:location}/bin:${tig:location}/bin path = ${nano:location}/bin:${vim:location}/bin:${screen:location}/bin:${git:location}/bin:${tig:location}/bin:/usr/bin:/bin/:
ps1 = "\\w> " ps1 = "\\w> "
[prepare-software] [prepare-software]
......
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