mirror of
https://github.com/RiffSphere/Collectarr.git
synced 2025-12-16 18:14:11 -06:00
Update folders.sh
This commit is contained in:
@@ -3,6 +3,12 @@ if [[ ! -f /config/collectarr.conf ]]; then
|
||||
echo "First run, cloning config into /config"
|
||||
mv /app/collectarr.conf.example /config
|
||||
fi
|
||||
if [[ ! -f /config/blacklist_collection.conf ]]; then
|
||||
mv /app/blacklist_collection.conf /config
|
||||
fi
|
||||
if [[ ! -f /config/blacklist_actor.conf ]]; then
|
||||
mv /app/blacklist_actor.conf /config
|
||||
fi
|
||||
|
||||
chown -R root:root /config
|
||||
chmod -R 777 /config
|
||||
|
||||
Reference in New Issue
Block a user