7 lines
106 B
Bash
7 lines
106 B
Bash
#!/bin/bash
|
|
source "$(dirname "$0")/_common.sh"
|
|
|
|
check_required_env_vars "HOST_PORT"
|
|
|
|
echo $HOST_PORT
|