mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
bashio::log.info "Starting Immich Frame"
|
||||
|
||||
mkdir -p /config/config
|
||||
mkdir -p /config/Config
|
||||
if [ -f /app/Config]; then
|
||||
rm -r /app/Config
|
||||
fi
|
||||
ln -sf /app/Config /config/Config
|
||||
|
||||
bashio::log.info "Starting app"
|
||||
exec dotnet ImmichFrame.WebApi.dll
|
||||
|
||||
Reference in New Issue
Block a user