Fix wrong grep file

This commit is contained in:
Jason Ertel
2021-06-17 21:00:56 -04:00
parent b294cee278
commit 188b4424e4

View File

@@ -45,7 +45,7 @@ if [[ "$authEnable" == "true" ]]; then
if grep -q "argon" "$ES_USERS_FILE"; then
echo ""
echo "IMPORTANT: The following users will need to change their password, after logging into SOC, in order to access Kibana:"
grep argon "$ES_USERS" | cut -d ":" -f 1
grep argon "$ES_USERS_FILE" | cut -d ":" -f 1
fi
else
echo "Auth is already enabled."