CJ_Clippy aa75c224fc
Some checks failed
ci / build (push) Failing after 23m29s
ci / Tests & Checks (push) Failing after 3m32s
move services/bright to apps/bright
2025-02-10 08:16:50 -08:00

10 lines
210 B
Plaintext
Executable File

#!/command/with-contenv sh
mkdir -p /var/run/opentracker
## Create FIFO only if it doesn't already exist
if [ ! -p /var/run/opentracker/adder.fifo ]; then
mkfifo -m a+rw /var/run/opentracker/adder.fifo
fi