mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 99-run.sh
This commit is contained in:
@@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
bashio::log.info "Starting Immich Frame"
|
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
|
ln -sf /app/Config /config/Config
|
||||||
|
|
||||||
|
bashio::log.info "Starting app"
|
||||||
exec dotnet ImmichFrame.WebApi.dll
|
exec dotnet ImmichFrame.WebApi.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user