4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true exec ./kafkaex_lag_exporter start
|