mirror of
https://github.com/bol-van/zapret2.git
synced 2026-08-28 21:02:17 +04:00
blockcheck2: remove spaces in assignment
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ killwait()
|
||||
# wait only waits for child processes. cygstart makes process non-child
|
||||
while kill -0 "$2" 2>/dev/null; do
|
||||
msleep 20
|
||||
n = $(($n+1))
|
||||
n=$(($n+1))
|
||||
[ $n -gt 50 ] && {
|
||||
echo "could not kill pktws within specified time !!"
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user