Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge release-22.04.1 into 22.04.x (#11453)
Browse files Browse the repository at this point in the history
* fix(packaging): give sufficient rights on .env and .env.local.php debian (#11416)

* fix(debian): wrong directory for env files for php (#11425)

Co-authored-by: Luiz Costa <me@luizgustavo.pro.br>
Co-authored-by: Adrien Morais-Mestre <31647811+adr-mo@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 28, 2022
1 parent 4250095 commit 8a1d2b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/debian/centreon-web.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if [ "$1" = "configure" ] ; then
chmod -R 0775 \
/usr/share/centreon/www \
/usr/share/centreon/GPL_LIB/SmartyCache
chmod 0664 \
/usr/share/centreon/.env \
/usr/share/centreon/.env.local.php

fi

Expand Down

0 comments on commit 8a1d2b4

Please sign in to comment.