From d7b0ed93c9b4d53f482ed75c3eac75f1fb2f8651 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 17 Mar 2023 11:27:29 -0400 Subject: [PATCH] Update so-functions --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }