Update 99-run.sh

This commit is contained in:
Alexandre
2025-06-08 10:15:25 +02:00
committed by GitHub
parent dbf1d60a80
commit e7b08cefea

View File

@@ -3,7 +3,7 @@
bashio::log.info "Starting Immich Frame"
mkdir -p /config/Config
if [ -f /app/Config]; then
if [ -f /app/Config ]; then
rm -r /app/Config
fi
ln -sf /app/Config /config/Config