File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 echo -e "[user_info]\nUSERNAME=Admin\nPASSWORD=Chang3d"'!' | tee -a $SPLUNK_HOME/etc/system/local/user-seed.conf
134134 echo 'OPTIMISTIC_ABOUT_FILE_LOCKING=1' | tee -a $SPLUNK_HOME/etc/splunk-launch.conf
135135 $SPLUNK_HOME/bin/splunk start --accept-license
136- $SPLUNK_HOME/bin/splunk cmd python -m pip install solnlib
136+ $SPLUNK_HOME/bin/splunk cmd python -m pip install .
137137 $SPLUNK_HOME/bin/splunk set servername custom-servername -auth admin:Chang3d!
138138 $SPLUNK_HOME/bin/splunk restart
139139 until curl -k -s -u admin:Chang3d! https://localhost:8089/services/server/info\?output_mode\=json | jq '.entry[0].content.kvStoreStatus' | grep -o "ready" ; do echo -n "Waiting for KVStore to become ready-" && sleep 5 ; done
You can’t perform that action at this time.
0 commit comments