Rename 21-folders to 41-folders

This commit is contained in:
Alexandre
2021-08-31 19:29:30 +02:00
committed by GitHub
parent 23cdd1352f
commit a042b3c6b4

View File

@@ -1,14 +0,0 @@
#!/usr/bin/with-contenv bash
##################
# SYMLINK CONFIG #
##################
if [ ! -d /share/plex ]; then
mkdir /share/plex || true
echo "Copying Library folder"
mv /config/Library /share/plex
ln -s /share/plex/Library /config
else
chown -R abc:abc /share/plex
fi