mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
9 lines
159 B
Bash
Executable File
9 lines
159 B
Bash
Executable File
#!/usr/bin/env bashio
|
|
|
|
bashio::log.info "Starting Immich Frame"
|
|
|
|
mkdir -p /config/config
|
|
ln -sf /app/Config /config/Config
|
|
|
|
exec dotnet ImmichFrame.WebApi.dll
|