Changed: fix deprecated license path

This commit is contained in:
Daniel Del Rio Figueira 2021-04-22 16:22:26 +02:00
parent 532085aecf
commit 178f97e434
No known key found for this signature in database
GPG Key ID: DCB25219AF061D1B
1 changed files with 1 additions and 1 deletions

View File

@ -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'