From 178f97e4341230c6a933c8ff8f149d2ba9b83b05 Mon Sep 17 00:00:00 2001 From: Daniel Del Rio Figueira Date: Thu, 22 Apr 2021 16:22:26 +0200 Subject: [PATCH] Changed: fix deprecated license path --- debian/bin/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bin/docker-entrypoint.sh b/debian/bin/docker-entrypoint.sh index 5c1f803..3a31c25 100755 --- a/debian/bin/docker-entrypoint.sh +++ b/debian/bin/docker-entrypoint.sh @@ -91,7 +91,7 @@ check_deprecated_paths() { declare -A deprecated_paths local deprecated_avatar_path="/var/www/passbolt/webroot/img/public/Avatar" local avatar_path="/usr/share/php/passbolt/webroot/img/public/Avatar" - local deprecated_subscription_path="/var/www/passbolt/webroot/img/public/Avatar" + local deprecated_subscription_path="/var/www/passbolt/config/license" local subscription_path="/etc/passbolt/license" deprecated_paths=( ['/var/www/passbolt/config/gpg/serverkey.asc']='/etc/passbolt/gpg/serverkey.asc'