diff --git a/setup/so-functions b/setup/so-functions index 045a728aa..666721557 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -200,7 +200,7 @@ check_service_status() { } check_web_pass() { - info Making sure web credential passwords match + info "Making sure web credential passwords match" check_pass_match "$WEBPASSWD1" "$WEBPASSWD2" "WPMATCH" }