Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 5cb2478

Browse files
committed
Add newline to print availible message in its own line
1 parent a36dc30 commit 5cb2478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/persistence-elastic/dashboardImporter/import-dashboards.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ until $(curl --output /dev/null --silent --head --fail ${kibanaURL}); do
77
printf '.'
88
sleep 5
99
done
10+
echo ""
1011
echo "Kibana is availible"
1112

1213
for filename in ./dashboards/*.json; do

0 commit comments

Comments
 (0)