.
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/_common.sh"
|
||||
|
||||
check_required_env_vars \
|
||||
"CONTAINER_NAME" \
|
||||
"HOST_PORT"
|
||||
check_required_env_vars "CONTAINER_NAME" "HOST_PORT"
|
||||
|
||||
# check if the service is running
|
||||
_is_container_running $CONTAINER_NAME || die "Service is not running - did not find container $CONTAINER_NAME."
|
||||
|
Reference in New Issue
Block a user