Create /config/lidarr

This commit is contained in:
Alexandre
2021-10-09 12:14:57 +02:00
committed by GitHub
parent be22738b90
commit c27478dbb1

View File

@@ -12,7 +12,7 @@ if [ ! -d /share/downloads ]; then
chown -R abc:abc /share/downloads
fi
if [ ! -d /config/radarr ]; then
if [ ! -d /config/lidarr ]; then
echo "Creating /config/lidarr"
mkdir -p /config/lidarr
chown -R abc:abc /config/lidarr