Merge pull request #15612 from Security-Onion-Solutions/jertel/wip

API errors will no longer redirect
This commit is contained in:
Jason Ertel
2026-03-13 17:04:51 -04:00
committed by GitHub
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ check_err() {
echo 'No route to host'
;;
160)
echo 'Incompatiable Elasticsearch upgrade'
echo 'Incompatible Elasticsearch upgrade'
;;
161)
echo 'Required intermediate Elasticsearch upgrade not complete'