mirror of
https://github.com/casjaysdevdocker/opengist
synced 2026-02-11 20:04:24 -05:00
rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
@@ -421,6 +421,9 @@ if [ "$START_SERVICES" = "yes" ] || [ -z "$1" ]; then
|
||||
echo "$$" >"$ENTRYPOINT_PID_FILE"
|
||||
__start_init_scripts "/usr/local/etc/docker/init.d"
|
||||
CONTAINER_INIT="${CONTAINER_INIT:-no}"
|
||||
# Services started successfully - enter monitoring mode
|
||||
__no_exit
|
||||
exit $?
|
||||
fi
|
||||
START_SERVICES="no"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user