Search found 2 matches

by saru4
Sat Nov 03, 2012 8:50 am
Forum: ZoneMinder 1.24.x
Topic: Daily Video Creation script that is driving me crazy
Replies: 1
Views: 1832

Re: Daily Video Creation script that is driving me crazy

Solved!
# !/bin/bash has got a space in it!!!!
It should be:
#!/bin/bash which is obvious but weird that it worked partially with the space.

Script is running find now.
Sam
by saru4
Thu Nov 01, 2012 12:50 am
Forum: ZoneMinder 1.24.x
Topic: Daily Video Creation script that is driving me crazy
Replies: 1
Views: 1832

Daily Video Creation script that is driving me crazy

Hello all, I've been using ZM1.24x at the high school I work at for a couple of years now. We rely so much on the cameras that we now have a script that generates a video for "yesterdays activity" for every camera. I know there have been posts on this, and I've already used the code and modified it ...