mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
autodetect manager IP
This commit is contained in:
@@ -175,7 +175,11 @@ progress() {
|
|||||||
|
|
||||||
if [ -n "$test_profile" ]; then
|
if [ -n "$test_profile" ]; then
|
||||||
install_type="$(echo $test_profile |awk -F- '{print $1}')"
|
install_type="$(echo $test_profile |awk -F- '{print $1}')"
|
||||||
install_type=${install_type^^}
|
if [[ install_type == "distributed" ]]; then
|
||||||
|
install_type=MANAGER
|
||||||
|
else
|
||||||
|
install_type=${install_type^^}
|
||||||
|
fi
|
||||||
info "Activating test profile; profile=$test_profile; install_type=$install_type"
|
info "Activating test profile; profile=$test_profile; install_type=$install_type"
|
||||||
|
|
||||||
# The below settings are hardcoded purely for automated testing purposes.
|
# The below settings are hardcoded purely for automated testing purposes.
|
||||||
|
|||||||
Reference in New Issue
Block a user