This commit is contained in:
Chris Long
2020-08-27 19:54:43 -07:00
committed by GitHub
parent eabe0fa90c
commit 2b3c3ba624

View File

@@ -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
exit 0