diff --git a/setup/so-functions b/setup/so-functions index 2378e31c5..96c357c74 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -144,7 +144,7 @@ check_manager_connection() { local ret=$? if [[ $ret != 1 ]]; then - error "Could not reach $MSRV" + info "Could not reach $MSRV" whiptail_manager_unreachable fi }