From c0e5e25417b5397c4d467cc7bd3b82bdeeb8b9dd Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Tue, 26 Jan 2021 18:11:27 +0100 Subject: [PATCH] Changed: cleanup entrypoint --- bin/docker-entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/docker-entrypoint.sh b/bin/docker-entrypoint.sh index 872c290..b2c7d30 100755 --- a/bin/docker-entrypoint.sh +++ b/bin/docker-entrypoint.sh @@ -113,7 +113,6 @@ check_deprecated_paths() { if [ -z "$PASSBOLT_GPG_SERVER_KEY_PUBLIC" ] || [ -z "$PASSBOLT_GPG_SERVER_KEY_PRIVATE" ]; then for path in "${!deprecated_paths[@]}" do - echo "VOLTA" if [ -f "$path" ] && [ ! -f "${deprecated_paths[$path]}" ]; then ln -s "$path" "${deprecated_paths[$path]}" create_deprecation_message "$path" "${deprecated_paths[$path]}"