Update so-functions

This commit is contained in:
Mike Reeves
2023-03-17 11:27:29 -04:00
committed by GitHub
parent 8a9bc8aefa
commit d7b0ed93c9

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
} }