Changed: cleanup entrypoint

This commit is contained in:
Diego Lendoiro 2021-01-26 18:11:27 +01:00
parent 5db86deb96
commit c0e5e25417
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
1 changed files with 0 additions and 1 deletions

View File

@ -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]}"