From 08750154b42a64272939bfefb9ab0d30ec44fe92 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 26 Jan 2023 09:11:28 -0500 Subject: [PATCH] add missing quotes in check_web_pass --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }