- Break out reading of settings in js and remove it from shell scripts - Pick up config from Logger via Configuration class
4 lines
91 B
Bash
4 lines
91 B
Bash
#!/usr/bin/with-contenv bashio
|
|
|
|
bashio::log.info 'Running add-on'
|
|
exec node /plejd/main.js
|