prowlarr addition

This commit is contained in:
Alexandre
2021-06-22 10:21:57 +02:00
parent a5880e1222
commit a7d7816c6b
12 changed files with 304 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/with-contenv bash
if [ ! -d /config/prowlarr ]; then
echo "Creating /config/radarr"
mkdir -p /config/prowlarr
chown -R abc:abc /config/prowlarr
fi