Commit d1cfb7bb authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

nayuos: fix crew command

parent d0c208a6
...@@ -99,7 +99,7 @@ context = ...@@ -99,7 +99,7 @@ context =
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
template = {{ software_dir }}/scripts/cros_full_build.in template = {{ software_dir }}/scripts/cros_full_build.in
rendered = ${directory:run}/cros_full_build rendered = ${directory:run}/cros_full_build
md5sum = 5b00c5a841fdef28d8d8e373ea5c4e3b md5sum = 4086de2b8910a52560b7bdc53ed3af22
mode = 0700 mode = 0700
context = context =
key bash_path bin:bash key bash_path bin:bash
......
...@@ -283,7 +283,7 @@ crew() { ...@@ -283,7 +283,7 @@ crew() {
return 1 return 1
fi fi
else else
command crew "$@" command crew "\$@"
fi fi
} }
......
...@@ -26,7 +26,7 @@ recipe = slapos.recipe.template:jinja2 ...@@ -26,7 +26,7 @@ recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg template = ${:_profile_base_location_}/instance.cfg
rendered = ${buildout:directory}/instance.cfg rendered = ${buildout:directory}/instance.cfg
mode = 0644 mode = 0644
md5sum = 8a8af23968a57af9a3c82fc11e7bd193 md5sum = 7e9deae78923ab7805c0d10d0d6fe336
context = context =
key software_dir :_profile_base_location_ key software_dir :_profile_base_location_
key instance_dir buildout:directory key instance_dir buildout:directory
......
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