mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-07 06:28:48 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -58,11 +58,11 @@ if [ ! -d /jellyfin/data ]; then
|
|||||||
ln -s "$LOCATION"/data /jellyfin/data
|
ln -s "$LOCATION"/data /jellyfin/data
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d /jellyfin/logs ]; then
|
if [ ! -d /jellyfin/log ]; then
|
||||||
echo "Creating link for /jellyfin/logs"
|
echo "Creating link for /jellyfin/log"
|
||||||
mkdir -p "$LOCATION"/logs
|
mkdir -p "$LOCATION"/log
|
||||||
chown -R abc:abc "$LOCATION"/logs
|
chown -R abc:abc "$LOCATION"/log
|
||||||
ln -s "$LOCATION"/logs /jellyfin/logs
|
ln -s "$LOCATION"/log /jellyfin/log
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d /jellyfin/metadata ]; then
|
if [ ! -d /jellyfin/metadata ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user