7 lines
83 B
Bash
7 lines
83 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
update-ca-certificates
|
||
|
|
||
|
python3 frigate_event_notifier.py "$@"
|