mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
minsleep: minor fix
This commit is contained in:
parent
ed333c1251
commit
65ed5ab2f5
@ -215,7 +215,7 @@ fsleep_setup()
|
||||
elif lua -e 'local nixio = require "nixio"; nixio.nanosleep(0,1);' 2>/dev/null ; then
|
||||
FSLEEP=5
|
||||
else
|
||||
FSLEEP=5
|
||||
FSLEEP=0
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user