6 lines
100 B
Bash
6 lines
100 B
Bash
#!/bin/bash
|
|
source "${AGENT_PATH}/_common.sh"
|
|
_check_required_env_vars "HOST_PORT"
|
|
|
|
echo $HOST_PORT
|