From 822b4eaf434be61efcae4f38249fd6a6582a8498 Mon Sep 17 00:00:00 2001 From: Socheat Sok Date: Thu, 23 May 2024 15:14:52 +0700 Subject: [PATCH] Minor tweak to rootfs/dockerswarm-entrypoint.sh --- rootfs/dockerswarm-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/dockerswarm-entrypoint.sh b/rootfs/dockerswarm-entrypoint.sh index e38715d..407499b 100644 --- a/rootfs/dockerswarm-entrypoint.sh +++ b/rootfs/dockerswarm-entrypoint.sh @@ -137,7 +137,7 @@ fi # If DOCKERSWARM_ENTRYPOINT is set, wait for the storage configuration file to be created if [[ -n "${DOCKERSWARM_ENTRYPOINT}" ]]; then - entrypoint_log "==> [Docker Swarm Autopilot] waiting for auto-join config \"$VAULT_STORAGE_CONFIG_FILE\" to be created..." + echo "==> [Docker Swarm Entrypoint] waiting for auto-join config \"$VAULT_STORAGE_CONFIG_FILE\" to be created..." while [ ! -f "$VAULT_STORAGE_CONFIG_FILE" ]; do sleep 1 done