Merge pull request #9950 from Security-Onion-Solutions/TOoSmOotH-patch-6

Update so-functions
This commit is contained in:
Mike Reeves
2023-03-17 11:36:31 -04:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ check_manager_connection() {
local ret=$? local ret=$?
if [[ $ret != 1 ]]; then if [[ $ret != 1 ]]; then
error "Could not reach $MSRV" info "Could not reach $MSRV"
whiptail_manager_unreachable whiptail_manager_unreachable
fi fi
} }