Create 21-folders

This commit is contained in:
Alexandre
2021-08-31 18:31:22 +02:00
committed by GitHub
parent c26743f702
commit 82c12b9d12

View File

@@ -0,0 +1,11 @@
#!/usr/bin/with-contenv bash
##################
# SYMLINK CONFIG #
##################
if [ /share/plex/Library ]; then
echo "Using existing Library folder"
rm /config/Library
ln -s /share/plex/Library /config
fi