fix grammar

This commit is contained in:
doug
2021-06-25 11:16:26 -04:00
parent 8eb163532d
commit a3d7f4e35d
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."