summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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"
}