Update folders.sh

This commit is contained in:
RiffSphere
2021-08-07 19:07:15 +02:00
committed by GitHub
parent bdcc5246e9
commit bb1f58d736
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
if [[ ! -f /config/collectarr.conf.example ]]; then
if [[ ! -f /config/collectarr.conf ]]; then
echo "First run, cloning config into /config"
mv /app/collectarr.conf.example /config
fi