🗃️ Update codebase 🗃️
All checks were successful
release-tag / release-image (push) Successful in 8m54s

rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
casjay
2025-10-31 14:27:46 -04:00
parent 571dbbb0ba
commit 59b381a888

View File

@@ -410,7 +410,7 @@ START_SERVICES="${START_SERVICES:-SYSTEM_INIT}"
[ "$1" = "logs" ] && START_SERVICES=no
# - - - - - - - - - - - - - - - - - - - - - - - - -
# Start all services if no pidfile
if [ "$START_SERVICES" = "yes" ]; then
if [ "$START_SERVICES" = "yes" ] || [ -z "$1" ]; then
[ "$1" = "start" ] && shift 1
[ "$1" = "all" ] && shift 1
[ "$1" = "init" ] && export CONTAINER_INIT="yes"