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

Merge release-22.04.1 into 22.04.x #11453

Merged
merged 2 commits into from
Jul 28, 2022
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/.env \
/usr/share/centreon/.env.local.php

fi

Expand Down