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

fix(packaging): give sufficient rights on .env and .env.local.php debian #11416

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/www/.env \
/usr/share/centreon/www/.env.local.php

fi

Expand Down