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