mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 17:51:49 +02:00
build ente
This commit is contained in:
13
ente/rootfs/etc/cont-init.d/99-run.sh
Normal file
13
ente/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bashio
|
||||
# shellcheck shell=bash
|
||||
# shellcheck disable=SC2155,SC2016
|
||||
set -e
|
||||
|
||||
bashio::log.info "Starting ente..."
|
||||
exec /usr/bin/museum &
|
||||
|
||||
bashio::log.info "Starting minio..."
|
||||
exec /usr/local/bin/minio server /data --address ":3200" &
|
||||
|
||||
bashio::log.info "Starting ente-web..."
|
||||
[ -n "$DISABLE_WEB_UI" ] || exec /usr/bin/ente-web
|
||||
Reference in New Issue
Block a user