add missing quotes in check_web_pass

This commit is contained in:
m0duspwnens
2023-01-26 09:11:28 -05:00
parent 790aa6b684
commit 08750154b4

View File

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