First Commit
This commit is contained in:
9
counter_snapshot.ds
Executable file
9
counter_snapshot.ds
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
WORKDIR=/etc/frigate
|
||||
PYTHON_EXEC=${WORKDIR}/counter_snapshot.py
|
||||
|
||||
CURRENT_DATE=`date +%Y-%m-%d`
|
||||
CAMERA_NAME="kandang_1_karung_pakan"
|
||||
|
||||
${PYTHON_EXEC} ${CAMERA_NAME} ${CURRENT_DATE}
|
||||
Reference in New Issue
Block a user