Files
Collectarr/folders.sh
T
2021-08-07 19:07:15 +02:00

9 lines
219 B
Bash

#!/usr/bin/with-contenv bash
if [[ ! -f /config/collectarr.conf ]]; then
echo "First run, cloning config into /config"
mv /app/collectarr.conf.example /config
fi
chown -R root:root /config
chmod -R 777 /config