Fix typo
This commit is contained in:
@@ -28,7 +28,7 @@ post_build_checks() {
|
|||||||
if [ "$SPLUNK_CHECK" -lt 1 ]; then
|
if [ "$SPLUNK_CHECK" -lt 1 ]; then
|
||||||
(echo >&2 "${ERROR} Warning: Splunk was unreachable and may not have installed correctly.")
|
(echo >&2 "${ERROR} Warning: Splunk was unreachable and may not have installed correctly.")
|
||||||
else
|
else
|
||||||
(echo >&2 "${GOODTOGO} Fleet is running and reachable.")
|
(echo >&2 "${GOODTOGO} Splunk is running and reachable.")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
@@ -65,4 +65,4 @@ post_build_checks() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_build_checks
|
post_build_checks
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user