test agent_path
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
[ ! -z "$AGENT_PATH" ] || { echo "AGENT_PATH is not set"; exit 1; }
|
||||||
source "${AGENT_PATH}/_common.sh"
|
source "${AGENT_PATH}/_common.sh"
|
||||||
|
|
||||||
_check_required_env_vars "HOST_PORT"
|
_check_required_env_vars "HOST_PORT"
|
||||||
|
|
||||||
# Nginx Example Ports Script
|
# Nginx Example Ports Script
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
[ ! -z "$AGENT_PATH" ] || { echo "AGENT_PATH is not set"; exit 1; }
|
||||||
source "${AGENT_PATH}/_common.sh"
|
source "${AGENT_PATH}/_common.sh"
|
||||||
_check_required_env_vars "CONTAINER_NAME"
|
_check_required_env_vars "CONTAINER_NAME"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user