Skip to content

Commit d446bba

Browse files
committed
small workding updates
1 parent 84fc3ff commit d446bba

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/installes.sh

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@
6666
# 20250611 up to 8.1.0
6767
# 20250825 up to 8.1.1
6868
# 20250825 adding variable for output reload workaround and disabling by default
69+
# 20250825 small workding updates
6970

70-
VERSION="20250825b"
71+
VERSION="20250825c"
7172

7273
SCRIPTNAME="installes"
7374

@@ -477,11 +478,11 @@ else
477478
fi
478479

479480
if [ $FAIL -gt 0 ]; then
480-
fail_log "There were ${FAIL} fail condition(s) detected, please review messages, fix and rerun script before proceeding to installation step. If you are really sure, you may still try the installation !"
481+
fail_log "There were ${FAIL} fail condition(s) detected, please review messages, fix and rerun script before proceeding to installation steps. If you are really sure, you may still try the installation !"
481482
PROCEED="N"
482483
#exit 1
483484
else
484-
echo_log "OK: looks good, continuing to installation step"
485+
echo_log "OK: looks good, continuing to installation steps"
485486
PROCEED="Y"
486487
fi
487488

@@ -502,7 +503,7 @@ fi
502503

503504
################################ START INSTALL HERE #########################################
504505
if [ "${PROCEEDSKIPINSTALL}" == "N" ]; then
505-
echo_log "INFO: install/updating ES app from ${ESAPPFULL} with splunk install located in ${SPLUNK_HOME}"
506+
echo_log "INFO: installing/updating ES app from ${ESAPPFULL} with splunk install located in ${SPLUNK_HOME}"
506507

507508
# timeout not supported here
508509
# ES install/upgrade
@@ -533,7 +534,7 @@ EOT
533534
# ES Content update
534535
if [[ "${INSTALLCONTENTUPDATE}" -eq 1 ]]; then
535536
if [[ "${SHC}" -eq 0 ]]; then
536-
echo_log "INFO: install/updating ES content update app from ${CONTENTUPDATE} with splunk install located in ${SPLUNK_HOME} "
537+
echo_log "INFO: installing/updating ES content update app from ${CONTENTUPDATE} with splunk install located in ${SPLUNK_HOME} "
537538
${SPLUNK_HOME}/bin/splunk install app ${CONTENTUPDATE} -update true
538539
else
539540
echo "INFO: deployer mode, extracting ES Content Update app to shcluster app instead"
@@ -545,7 +546,7 @@ EOT
545546
echo_log "INFO: install with setup option set, continuing with setup after install."
546547
sleep 5
547548
else
548-
echo_log "OK: install ES done. Restarting splunk in 5s"
549+
echo_log "OK: ES installation done. Restarting splunk in 5s"
549550
sleep 5
550551

551552
echo_log "INFO: restarting splunk (ignore warning there, we haven't yet done ES setup)"
@@ -556,7 +557,7 @@ EOT
556557
sleep 5
557558
fi
558559
else
559-
echo_log "installation step skipped at user request"
560+
echo_log "installation steps skipped at user request"
560561
fi
561562

562563
${SPLUNK_HOME}/bin/splunk login -auth $SPLADMIN:$SPLPASS

0 commit comments

Comments
 (0)