Changed: fix deprecated license path
This commit is contained in:
parent
532085aecf
commit
178f97e434
|
|
@ -91,7 +91,7 @@ check_deprecated_paths() {
|
||||||
declare -A deprecated_paths
|
declare -A deprecated_paths
|
||||||
local deprecated_avatar_path="/var/www/passbolt/webroot/img/public/Avatar"
|
local deprecated_avatar_path="/var/www/passbolt/webroot/img/public/Avatar"
|
||||||
local avatar_path="/usr/share/php/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"
|
local subscription_path="/etc/passbolt/license"
|
||||||
deprecated_paths=(
|
deprecated_paths=(
|
||||||
['/var/www/passbolt/config/gpg/serverkey.asc']='/etc/passbolt/gpg/serverkey.asc'
|
['/var/www/passbolt/config/gpg/serverkey.asc']='/etc/passbolt/gpg/serverkey.asc'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue