mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
9 lines
157 B
Bash
Executable File
9 lines
157 B
Bash
Executable File
#!/command/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
set -euo pipefail
|
|
|
|
mkdir -p /dev/shm/logs
|
|
chown nobody:nogroup /dev/shm/logs
|
|
chmod 02755 /dev/shm/logs
|