From f4a72854047f4a82774968ce67e8ae5b5ec4ae06 Mon Sep 17 00:00:00 2001 From: Verdan Mahmood Date: Thu, 7 Nov 2019 10:55:19 +0100 Subject: [PATCH] Making sure the sample script run completely! --- resources/atlas-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/atlas-setup.sh b/resources/atlas-setup.sh index b329c40..1476994 100755 --- a/resources/atlas-setup.sh +++ b/resources/atlas-setup.sh @@ -39,10 +39,11 @@ if [ "$start_timeout_exceeded" = "false" ]; then if [ ! -z "${ATLAS_PROVISION_EXAMPLES}" ]; then # Need faketty as otherwise we cannot supply credentials - faketty /opt/atlas/bin/quick_start.py http://localhost:21000 < /tmp/credentials + faketty /opt/atlas/bin/quick_start.py http://localhost:21000 < /tmp/credentials | grep 'Sample data added to Apache Atlas Server.' echo "Done provisioning example data" fi + if [ ! -z "${ATLAS_KICKSTART_AMUNDSEN}" ]; then # Setup required Amundsen entity definitions printf "Creating Amundsen Entity Definitions... \n"