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