summaryrefslogtreecommitdiff
path: root/tools/ipcam_motion_worker.sh
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-06-12 15:21:42 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-06-12 15:21:42 +0300
commit2f8556eb459875f227ee8ce3e47a7935db989299 (patch)
tree54e1d8fbae214eeeab3632886164e17ed0392027 /tools/ipcam_motion_worker.sh
parentfd4fa7d217f64723b41eca777960437bb666dd55 (diff)
minor fix
Diffstat (limited to 'tools/ipcam_motion_worker.sh')
-rwxr-xr-xtools/ipcam_motion_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ipcam_motion_worker.sh b/tools/ipcam_motion_worker.sh
index f7d968c..e407f51 100755
--- a/tools/ipcam_motion_worker.sh
+++ b/tools/ipcam_motion_worker.sh
@@ -173,7 +173,7 @@ do_motion() {
done < <(cat "$roi_file")
fi
- debug "do_motion: finished in $(time_elapsed)"
+ debug "do_motion: finished in $(time_elapsed)s"
timecodes="$(echo "${timecodes[@]}" | sed 's/ */ /g' | xargs)"
timecodes="${timecodes// /,}"