diff options
Diffstat (limited to 'tools')
-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 7b47cdc..8e5a993 100755 --- a/tools/ipcam_motion_worker.sh +++ b/tools/ipcam_motion_worker.sh @@ -168,7 +168,7 @@ do_motion() { fi timecodes="${timecodes[@]}" - timecodes=${timecodes// /,} + timecodes="${timecodes// /,}" echo "$timecodes" } |