small style change
This commit is contained in:
parent
811bae4061
commit
dcfb4d1949
|
@ -389,6 +389,7 @@ docker-compose exec fts_os-node \
|
||||||
wait_for_bootstrapping
|
wait_for_bootstrapping
|
||||||
docker logs $fts_node
|
docker logs $fts_node
|
||||||
|
|
||||||
|
print_title "Final node test:"
|
||||||
if curl -sXGET "http://${INDEX_USER}:${OPNSREST}@localhost:9200"
|
if curl -sXGET "http://${INDEX_USER}:${OPNSREST}@localhost:9200"
|
||||||
then
|
then
|
||||||
printwc "$Green" "\n\nYou can now use: "
|
printwc "$Green" "\n\nYou can now use: "
|
||||||
|
@ -396,7 +397,7 @@ then
|
||||||
else
|
else
|
||||||
printwc "$Red" "\n\nSetup have failed please report to: "
|
printwc "$Red" "\n\nSetup have failed please report to: "
|
||||||
printwc "$Cyan" \
|
printwc "$Cyan" \
|
||||||
"'https://forge.switnet.net/switnet/simple-opensearch-installer'\n"
|
"'https://forge.switnet.net/switnet/simple-opensearch-installer'\n\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
} > >(tee -a opensearch-installer.log) 2> >(tee -a opensearch-installer.log >&2)
|
} > >(tee -a opensearch-installer.log) 2> >(tee -a opensearch-installer.log >&2)
|
||||||
|
|
Loading…
Reference in New Issue