mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-11-03 13:02:01 -05:00
🗃️ Update codebase 🗃️
All checks were successful
release-tag / release-image (push) Successful in 8m54s
All checks were successful
release-tag / release-image (push) Successful in 8m54s
rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user