mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-02-01 23:30:38 +03:00
executor: Fix error "XHR request timed out"
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (c) 2024 remittor
|
# Copyright (c) 2024 remittor
|
||||||
|
awk -V
|
||||||
PID_FILE=/tmp/zapret-script-exec.pid
|
PID_FILE=/tmp/zapret-script-exec.pid
|
||||||
[ -f $PID_FILE ] && exit 70
|
[ -f $PID_FILE ] && exit 70
|
||||||
LOG_FILE=$1
|
LOG_FILE=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user