9 lines
200 B
Bash
9 lines
200 B
Bash
#!/bin/bash
|
|
source "$(dirname "$0")/_common.sh"
|
|
load_env "$1" || die "Failed to load environment variables"
|
|
|
|
# Required environment variables
|
|
# check_required_env_vars "HOST_PORT"
|
|
|
|
# echo $HOST_PORT
|