Merge pull request #4624 from Security-Onion-Solutions/fix/soup-grammar

fix soup grammar
This commit is contained in:
Doug Burks
2021-06-25 11:19:22 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ lookup_role() {
require_manager() {
if is_manager_node; then
echo "This is a manager, We can proceed."
echo "This is a manager, so we can proceed."
else
echo "Please run this command on the manager; the manager controls the grid."
exit 1

View File

@@ -768,7 +768,7 @@ main() {
echo ""
require_manager
set_minionid
echo "Checking to see if this is an airgap install"
echo "Checking to see if this is an airgap install."
echo ""
check_airgap
echo "Found that Security Onion $INSTALLEDVERSION is currently installed."