summarylogtreecommitdiffstats
path: root/splunk.install
diff options
context:
space:
mode:
authorL. Bradley LaBoon2024-02-06 19:52:00 -0500
committerL. Bradley LaBoon2024-02-06 19:52:00 -0500
commit095a97df7ccb3efdb29b1b61de35c4d585c0ac0a (patch)
tree599fcdd5ed872a3c427142c21028fc996578eebd /splunk.install
parenta1280864dc7cab1214b76a581baecf115e96ede1 (diff)
downloadaur-095a97df7ccb3efdb29b1b61de35c4d585c0ac0a.tar.gz
Updated to 9.2.0
Diffstat (limited to 'splunk.install')
-rw-r--r--splunk.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/splunk.install b/splunk.install
index 5a7dfa9459b0..18f608f63f5d 100644
--- a/splunk.install
+++ b/splunk.install
@@ -28,7 +28,6 @@ post_install() {
pre_upgrade() {
echo "Attempting to stop the installed Splunk Server..."
- $SPLUNK_HOME/bin/splunk stop
systemctl stop splunk
}
@@ -56,6 +55,5 @@ post_upgrade() {
pre_remove() {
echo "Attempting to stop the installed Splunk Server..."
- $SPLUNK_HOME/bin/splunk stop
systemctl stop splunk
}