fixed typo in eval or compose

This commit is contained in:
Marius Pana 2018-07-11 16:54:10 +03:00
parent 90aecbd40d
commit 7d85c685fb
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ case "$(basename $0)" in
;; ;;
spearhead-compose) spearhead-compose)
checkAll && checkAll &&
eval "$(triton env)" && eval "$(spearhead env)" &&
export COMPOSE_HTTP_TIMEOUT=750 && export COMPOSE_HTTP_TIMEOUT=750 &&
cnsEnvVars && cnsEnvVars &&
exec /usr/local/bin/spearhead-compose-helper $@ exec /usr/local/bin/spearhead-compose-helper $@