mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-20 11:33:12 +01:00
9 lines
134 B
Plaintext
Executable File
9 lines
134 B
Plaintext
Executable File
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -e
|
|
|
|
cd /app || exit 1
|
|
|
|
bashio::log.info "Starting Seerr..."
|
|
exec npm start
|