From 1f784b577323fd1164f0991472438607b08b9580 Mon Sep 17 00:00:00 2001 From: remittor Date: Sat, 31 Jan 2026 21:27:45 +0300 Subject: [PATCH] executor: Fix error "XHR request timed out" --- zapret2/script-exec.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zapret2/script-exec.sh b/zapret2/script-exec.sh index 4f324a3..80b0831 100755 --- a/zapret2/script-exec.sh +++ b/zapret2/script-exec.sh @@ -1,5 +1,6 @@ #!/bin/sh # Copyright (c) 2024 remittor +awk -V PID_FILE=/tmp/zapret-script-exec.pid [ -f $PID_FILE ] && exit 70 LOG_FILE=$1