diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-12 15:21:42 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-12 15:21:42 +0300 |
commit | 2f8556eb459875f227ee8ce3e47a7935db989299 (patch) | |
tree | 54e1d8fbae214eeeab3632886164e17ed0392027 | |
parent | fd4fa7d217f64723b41eca777960437bb666dd55 (diff) |
minor fix
-rwxr-xr-x | tools/ipcam_motion_worker.sh | 2 |
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// /,}" |