Files
posthog/bin/docker-server

5 lines
154 B
Bash
Executable File

#!/bin/bash
# Wrapper script for backward compatibility
# Calls the dual-mode server script (Granian/Unit)
exec "$(dirname "$0")/docker-server-unit" "$@"