Skip to content

Commit b4763c6

Browse files
matrixikryjones
authored andcommitted
Update run_docker
Signed-off-by: Dobrosław Żybort <dobroslaw.zybort@fujitsu.com>
1 parent 23b45de commit b4763c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ echo ""
6060
echo "Container name: ${ACAPY_CONTAINER_NAME}"
6161

6262
ACAPY_NETWORK_NAME="${NETWORK_NAME}"
63-
# Create new Docker network if it does not exist.
6463
if [ -n "${NETWORK_NAME}" ]; then
64+
# Create new Docker network if it does not exist.
6565
if [ -z "$("$CONTAINER_RUNTIME" network ls --filter name=^"${NETWORK_NAME}"$ --format="{{ .Name }}")" ]; then
6666
echo "Creating new Docker network: ${ACAPY_NETWORK_NAME}"
6767
"$CONTAINER_RUNTIME" network create "${NETWORK_NAME}"

0 commit comments

Comments
 (0)