Skip to content

Commit 507fa78

Browse files
revert uf example
1 parent 3e5427a commit 507fa78

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

uf/common-files/entrypoint.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ setup() {
2323
printf "The license you are accepting is the Splunk General Terms, available here: https://www.splunk.com/en_us/legal/splunk-general-terms.html\n"
2424
printf "Unless you have jointly executed with Splunk a negotiated version of these General Terms that explicitly supersedes this agreement, by accessing or using Splunk software, you are agreeing to the Splunk General Terms.\n"
2525
printf "Please read and make sure you agree to the Splunk General Terms before you access or use this software.\n"
26-
printf "Only once you've done so should you include the '--accept-license' flag to indicate your acceptance of the Splunk General Terms and launch this software.\n"
27-
printf "For example: docker run -e SPLUNK_START_ARGS=--accept-license -e SPLUNK_PASSWORD splunk/splunk\n\n"
28-
printf "For additional information and examples, see the help: docker run -it splunk/splunk help\n"
26+
printf "Only once you've done so should you include the '--accept-license' flag to indicate your acceptance of the Splunk General Terms and launch this software.\n" printf "For example: docker run -e SPLUNK_START_ARGS=--accept-license splunk/universalforwarder\n\n"
27+
printf "For additional information and examples, see the help: docker run -it splunk/universalforwarder help\n"
2928
exit 1
3029
fi
3130
}

0 commit comments

Comments
 (0)