From 4cccfa79174a391985310f8c9c6739e0456b8b51 Mon Sep 17 00:00:00 2001 From: remittor Date: Sat, 31 Jan 2026 21:26:58 +0300 Subject: [PATCH] executor: Fix error "XHR request timed out" --- zapret/script-exec.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zapret/script-exec.sh b/zapret/script-exec.sh index 4f324a3..80b0831 100755 --- a/zapret/script-exec.sh +++ b/zapret/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