test agent_path
This commit is contained in:
parent
ef2e6192ab
commit
dd149dab6f
@ -1,5 +1,7 @@
|
||||
#!/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
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
[ ! -z "$AGENT_PATH" ] || { echo "AGENT_PATH is not set"; exit 1; }
|
||||
source "${AGENT_PATH}/_common.sh"
|
||||
_check_required_env_vars "CONTAINER_NAME"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user