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'