Update 90-run.sh

This commit is contained in:
Alexandre
2025-09-01 08:49:14 +02:00
committed by GitHub
parent b5b754360e
commit e9c2088508

View File

@@ -40,3 +40,6 @@ chmod -R 777 /data
bashio::log.info "Starting nginx"
nginx || true &
true
bashio::log.info "Starting entrypoint"
su -p -s /bin/bash wger -c "/home/wger/entrypoint.sh"