Skip to content

Commit 661d9ad

Browse files
fix indent
1 parent 507fa78 commit 661d9ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

uf/common-files/entrypoint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +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" printf "For example: docker run -e SPLUNK_START_ARGS=--accept-license splunk/universalforwarder\n\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 splunk/universalforwarder\n\n"
2728
printf "For additional information and examples, see the help: docker run -it splunk/universalforwarder help\n"
2829
exit 1
2930
fi

0 commit comments

Comments
 (0)