1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-19 20:02:58 +03:00

minsleep: minor fix

This commit is contained in:
bol-van 2023-11-02 21:40:45 +03:00
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
}