Merge pull request #16255 from Security-Onion-Solutions/mreeves/fix-so-user-stdin-drain

Fix user creation failing with a valid password
This commit is contained in:
Mike Reeves
2026-09-18 17:12:09 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ function fail() {
}
function hydraCurl() {
docker exec -i "$hydraContainer" curl "$@"
docker exec "$hydraContainer" curl "$@"
}
function require() {
+1 -1
View File
@@ -156,7 +156,7 @@ function fail() {
}
function kratosCurl() {
docker exec -i "$kratosContainer" curl "$@"
docker exec "$kratosContainer" curl "$@"
}
function require() {