mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
improve timing of responses
This commit is contained in:
@@ -37,7 +37,7 @@ function poll() {
|
|||||||
|
|
||||||
function respond() {
|
function respond() {
|
||||||
file="$QUEUE_DIR/$1.response"
|
file="$QUEUE_DIR/$1.response"
|
||||||
tmpfile=${file}.tmp
|
tmpfile="${file}.tmp"
|
||||||
response=$2
|
response=$2
|
||||||
|
|
||||||
touch "$tmpfile"
|
touch "$tmpfile"
|
||||||
|
|||||||
Reference in New Issue
Block a user