Update 20-folders

This commit is contained in:
Alexandre
2020-11-29 18:40:50 +01:00
committed by GitHub
parent 8a273f3fd2
commit fa972ecb1d

View File

@@ -6,18 +6,6 @@ if [ ! -d /emby ]; then
chown -R abc:abc /emby
fi
if [ ! -d /share/storage/tv ]; then
echo "Creating /share/storage/tv"
mkdir -p /share/storage/tv
chown -R abc:abc /share/storage/tv
fi
if [ ! -d /share/storage/movies ]; then
echo "Creating /share/storage/movies"
mkdir -p /share/storage/movies
chown -R abc:abc /share/storage/movies
fi
if [ ! -d /share/emby ]; then
echo "Creating /share/emby"
mkdir -p /share/emby