tuned commands to be more meaningfull

This commit is contained in:
Tobias Kessels
2019-12-17 22:09:25 +01:00
parent 4230aff301
commit db7e5b4eae
2 changed files with 10 additions and 3 deletions

View File

@@ -21,9 +21,9 @@ case "${1}" in
echo "stage: ${1}"
start_service
echo "Starting Scan of /data:"
kesl-control --scan-file /data
kesl-control --scan-file --action Skip /data
echo "Found Threats"
kesl-control -B --query
kesl-control -E --query 'EventType == "ThreatDetected"'
;;
debug )
echo "stage: ${1}"