# | Line 3 | Line 3 | |
---|---|---|
3 | DIR=$( dirname "$0" ) | |
4 | ||
5 | # Only report every 30 seconds | |
6 | < | DETFIL="/tmp/last_motion_detect.ts" |
6 | > | DETFIL="/tmp/last_motion_detect_$USER.ts" |
7 | if [ -f "$DETFIL" ]; then | |
8 | if test "`find "$DETFIL" -mmin -0,5`"; then | |
9 | # Neuer als 30 Sekunden. Nix machen |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |