File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Docker/rootfs/etc/services.d/netdaemon_addon Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if ! bashio::fs.file_exists "/data/options.json"; then
4242fi
4343
4444if ! bashio::config.has_value "app_assembly"; then
45- bashio::log.info "Starting NetDaemon V3 Runtime ..."
45+ bashio::log.info "Starting NetDaemon V4 Runtime ..."
4646 cd "${daemondir}" || bashio::exit.nok "${daemondir} does not exist"
4747 exec dotnet NetDaemon.Host.Default.dll
4848else
5858 # make path relative to data folder (/config/netdaemon if addon)
5959 # if the path is a relative path
6060 if [[ "${NetDaemon__ApplicationAssembly}" != "/"* ]]; then
61- export NetDaemon__ApplicationAssembly="/config/netdaemon3 /${NetDaemon__ApplicationAssembly}"
61+ export NetDaemon__ApplicationAssembly="${NetDaemon__ApplicationConfigurationFolder} /${NetDaemon__ApplicationAssembly}"
6262 fi
6363
6464 # The provided application source is ether a project or pre-compiled .Net application
You can’t perform that action at this time.
0 commit comments