File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262# 20250115 change sha check to warning if custom build used (because hardcoded sha wont match)
6363# 20250115 add choice to only do setup (in case installation already done but setup failed)
6464
65- VERSION=" 20250115b "
65+ VERSION=" 20250115c "
6666
6767SCRIPTNAME=" installes"
6868
487487
488488
489489# ############################### START INSTALL HERE #########################################
490- if [ ${PROCEEDSKIPINSTALL} -eq " N" ]; then
490+ if [ " ${PROCEEDSKIPINSTALL} " -eq " N" ]; then
491491 echo_log " INFO: install/updating ES app from ${ESAPPFULL} with splunk install located in ${SPLUNK_HOME} "
492492
493493 # timeout not supported here
@@ -497,7 +497,7 @@ if [ ${PROCEEDSKIPINSTALL} -eq "N" ]; then
497497 # App 'xxxxxx/yyyyyy/splunk-enterprise-security_472.spl' installed
498498 # You need to restart the Splunk Server (splunkd) for your changes to take effect.
499499else
500- echo_log " installed skipped at user request"
500+ echo_log " installation skipped at user request"
501501fi
502502
503503# ES Content update
You can’t perform that action at this time.
0 commit comments