Alexandre
2023-09-16 18:35:28 +02:00
committed by GitHub
parent abe1861b86
commit 79abe24c62

View File

@@ -5,12 +5,8 @@
CONFIG_LOCATION="/config/addons_config/jellyseer"
bashio::log.info "Config stored in $CONFIG_LOCATION"
mkdir -p "$CONFIG_LOCATION"
if [ -d /data/config ]; then rm -r /data/config; fi
cp -rnT /app/config "$CONFIG_LOCATION"
cp -rnT /app/config "$CONFIG_LOCATION"/
rm -r /app/config
cp -rn /app/* /data
cp -rn /app/.next /data
rm -r /app
ln -s "$CONFIG_LOCATION" /data/config
# Create files