diff --git a/Vagrant/post_build_checks.sh b/Vagrant/post_build_checks.sh index 11f78d9..6d7935b 100755 --- a/Vagrant/post_build_checks.sh +++ b/Vagrant/post_build_checks.sh @@ -28,7 +28,7 @@ post_build_checks() { if [ "$SPLUNK_CHECK" -lt 1 ]; then (echo >&2 "${ERROR} Warning: Splunk was unreachable and may not have installed correctly.") else - (echo >&2 "${GOODTOGO} Fleet is running and reachable.") + (echo >&2 "${GOODTOGO} Splunk is running and reachable.") fi echo "" @@ -65,4 +65,4 @@ post_build_checks() { } post_build_checks -exit 0 \ No newline at end of file +exit 0