Skip to content

Commit c89d3fe

Browse files
committed
typo fix
1 parent 0725775 commit c89d3fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/installes.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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

6767
SCRIPTNAME="installes"
6868

@@ -487,7 +487,7 @@ fi
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.
499499
else
500-
echo_log "installed skipped at user request"
500+
echo_log "installation skipped at user request"
501501
fi
502502

503503
# ES Content update

0 commit comments

Comments
 (0)