Tidy
This commit is contained in:
9
static-website/ports.sh
Executable file
9
static-website/ports.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
[ ! -z "$AGENT_PATH" ] || { echo "AGENT_PATH is not set"; exit 1; }
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
|
||||
_check_required_env_vars "HOST_PORT"
|
||||
|
||||
# Nginx Example Ports Script
|
||||
|
||||
echo $HOST_PORT
|
Reference in New Issue
Block a user