mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-25 08:46:03 +02:00
Fix ingress implementation with proper s6 services
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
@@ -2,15 +2,13 @@
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
rm -r /app/config
|
||||
# Setup config directory
|
||||
if [ -d /app/config ]; then
|
||||
rm -r /app/config
|
||||
fi
|
||||
ln -sf /config /app/config
|
||||
|
||||
# Set permissions
|
||||
chown -R "$PUID:$PGID" /config || true
|
||||
|
||||
cd /app || true
|
||||
|
||||
bashio::log.info "Starting NGinx..."
|
||||
nginx &
|
||||
|
||||
bashio::log.info "Starting app"
|
||||
exec npm start
|
||||
bashio::log.info "Seerr initialization complete"
|
||||
|
||||
Reference in New Issue
Block a user