hardcode path to binary

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2015-02-25 00:19:10 +01:00
parent 2bcaaa744f
commit b1ef2cffa4
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if [ ! -d "$version_dir" ]; then
exit 1
fi
__staged_file "$(cat "$__object/parameter/install-to")" \
__staged_file /usr/local/bin/consul \
--source "$(cat "$version_dir/source")" \
--cksum "$(cat "$version_dir/cksum")" \
--fetch-command 'curl -s -L "%s"' \