mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-02-01 07:10:40 +03:00
executor: Fix error "XHR request timed out"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user