mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
8 lines
200 B
Bash
Executable File
8 lines
200 B
Bash
Executable File
#!/command/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -e
|
|
|
|
bashio::log.info "Starting Social to Mealie"
|
|
cd /app || bashio::exit.nok "App directory not found"
|
|
/./app/entrypoint.sh node --run start
|