small style change

This commit is contained in:
Luis Guzmán 2023-12-05 02:57:12 -06:00
parent 811bae4061
commit dcfb4d1949
1 changed files with 2 additions and 1 deletions

View File

@ -389,6 +389,7 @@ docker-compose exec fts_os-node \
wait_for_bootstrapping
docker logs $fts_node
print_title "Final node test:"
if curl -sXGET "http://${INDEX_USER}:${OPNSREST}@localhost:9200"
then
printwc "$Green" "\n\nYou can now use: "
@ -396,7 +397,7 @@ then
else
printwc "$Red" "\n\nSetup have failed please report to: "
printwc "$Cyan" \
"'https://forge.switnet.net/switnet/simple-opensearch-installer'\n"
"'https://forge.switnet.net/switnet/simple-opensearch-installer'\n\n"
fi
} > >(tee -a opensearch-installer.log) 2> >(tee -a opensearch-installer.log >&2)