diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-12 14:45:11 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-12 14:45:11 +0300 |
commit | db5e8e14fef8b6afa8d6922602a9b336f66d639b (patch) | |
tree | 1f6118bd6f98864205e9e08ae10dcacc8a2bcd54 /tools | |
parent | bf45c8a28203eafa75cb080b9265be164ab6230f (diff) |
ipcam_server: try to fix something....
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" } |