10 lines
154 B
Plaintext
Executable File
10 lines
154 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
mkdir -p /run/prowlarr-temp
|
|
|
|
# permissions
|
|
lsiown -R abc:abc \
|
|
/config \
|
|
/run/prowlarr-temp
|