forked from ungleich-public/cdist
hardcode path to binary
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
2bcaaa744f
commit
b1ef2cffa4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if [ ! -d "$version_dir" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
__staged_file "$(cat "$__object/parameter/install-to")" \
|
__staged_file /usr/local/bin/consul \
|
||||||
--source "$(cat "$version_dir/source")" \
|
--source "$(cat "$version_dir/source")" \
|
||||||
--cksum "$(cat "$version_dir/cksum")" \
|
--cksum "$(cat "$version_dir/cksum")" \
|
||||||
--fetch-command 'curl -s -L "%s"' \
|
--fetch-command 'curl -s -L "%s"' \
|
||||||
|
|
Loading…
Reference in a new issue