mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 23:10:59 +02:00
fixed End Of Line Sequence
This commit is contained in:
7
prowlarr/rootfs/etc/cont-init.d/20-folders.sh
Normal file
7
prowlarr/rootfs/etc/cont-init.d/20-folders.sh
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