Searched refs:DETACH (Results 1 – 4 of 4) sorted by relevance
11 DETACH=true bash .ci/run-elasticsearch.sh17 DETACH=true \
25 echo -e "\033[34;1mINFO:\033[0m Take down node if called twice with the same arguments (DETACH=true) or on seperate terminals \033[0m"96 # make sure we detach for all but the last node if DETACH=false (default) so all nodes are started98 if [[ "$i" == "$((NUMBER_OF_NODES-1))" ]]; then local_detach=$DETACH; fi
23 export DETACH=${DETACH-false}
42 if [[ "$DETACH" != "true" ]]; then