Compare commits

..

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -167,9 +167,9 @@ is_clear () {
if [[ ${avg10} -lt ${clear_threshold} ]]; then if [[ ${avg10} -lt ${clear_threshold} ]]; then
return 0 true
else else
return 1 false
fi fi
} }

@ -1 +1 @@
Subproject commit a702bed037f7232206cf18c90d6ffcbd91951e04 Subproject commit 1e02fc7640e9bbe4d3634b2680aa696bcce6a7f1