mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 11:11:24 +01:00
5 lines
154 B
Bash
Executable File
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" "$@"
|