mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Clarify prompt instructions for so-elastalert-test
This commit is contained in:
@@ -96,7 +96,7 @@ rule_prompt(){
|
|||||||
echo "-----------------------------------"
|
echo "-----------------------------------"
|
||||||
echo
|
echo
|
||||||
while [ -z "$RULE_NAME" ]; do
|
while [ -z "$RULE_NAME" ]; do
|
||||||
read -p "Please enter the rule filename you want to test (filename only, no path): " -e RULE_NAME
|
read -p "Choose a rule to test from the list above (must be typed exactly as shown above): " -e RULE_NAME
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user