Skip to content

Commit

Permalink
Minor tweak to rootfs/dockerswarm-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 23, 2024
1 parent 038a5fa commit 822b4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/dockerswarm-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 822b4ea

Please sign in to comment.