summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-06-12 14:45:11 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-06-12 14:45:11 +0300
commitdb5e8e14fef8b6afa8d6922602a9b336f66d639b (patch)
tree1f6118bd6f98864205e9e08ae10dcacc8a2bcd54 /tools
parentbf45c8a28203eafa75cb080b9265be164ab6230f (diff)
ipcam_server: try to fix something....
Diffstat (limited to 'tools')
-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 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"
}