small change

master
serr 2025-04-13 17:22:20 +03:00
parent efcd55bfc7
commit e50fe33459
1 changed files with 1 additions and 1 deletions

2
eye.sh
View File

@ -81,7 +81,7 @@ main() {
LAST_COUNTS["$target"]=1 LAST_COUNTS["$target"]=1
elif [ -d "$target" ]; then elif [ -d "$target" ]; then
LAST_MODS["$target"]=0 LAST_MODS["$target"]=0
LAST_COUNTS["$target"]=$(find "$target" -type f 2>/dev/null | wc -l) LAST_COUNTS["$target"]=$(find "$target" -type f | wc -l)
fi fi
blue "started watching \033[94m$target\033[0m" blue "started watching \033[94m$target\033[0m"
done done