File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -269,8 +269,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
269269# 20250505 up to 9.4.2
270270# 20250606 add auto SSM clean timer service
271271# 20250609 disable splunksecrets by default for all cases to avoid version conflict with python library
272+ # 20250609 automatically adapt values for splunkenableunifiedpartition
272273
273- VERSION=" 20250509a "
274+ VERSION=" 20250509b "
274275
275276# dont break script on error as we rely on tests for this
276277set +e
10481049if [ -z ${splunkenableunifiedpartition+x} ]; then
10491050 echo " splunkenableunifiedpartition is unset, falling back to default value false"
10501051 splunkenableunifiedpartition=" false"
1052+ elif [[ $splunkenableunifiedpartition -eq " 1" || $splunkenableunifiedpartition -eq " yes" ]]; then
1053+ splunkenableunifiedpartition=" true"
10511054fi
10521055
10531056# splunkhostmodeos
You can’t perform that action at this time.
0 commit comments