mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-11 08:21:00 +02:00
prowlarr addition
This commit is contained in:
7
prowlarr/root/etc/cont-init.d/20-folders
Normal file
7
prowlarr/root/etc/cont-init.d/20-folders
Normal 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
|
||||
Reference in New Issue
Block a user