Skip to content

Commit

Permalink
prevent exit on entrypoint when no services enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Jan 7, 2025
1 parent e53a749 commit d83d6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ handle_services() {
tail -f /var/log/supervisor/supervisord.log
else
log_warn "No services are active."
exit "${cmd_exit_status:-0}" # Use 0 if cmd_exit_status is unset
tail -f /dev/null
fi
}

Expand Down

0 comments on commit d83d6b2

Please sign in to comment.