Revert "php: Rebase on Debian 12" (#5956)

* Revert "php: Rebase on Debian 12 (#5951)"

This reverts commit 9b478b3859.

* Revert all before "the storm" in php world
This commit is contained in:
Niklas Meyer
2024-07-12 16:21:53 +02:00
committed by GitHub
parent a689109f44
commit eea81e21f6
3 changed files with 59 additions and 53 deletions

View File

@@ -198,10 +198,10 @@ fi
[[ ! -f /web/css/build/0081-custom-mailcow.css ]] && echo '/* Autogenerated by mailcow */' > /web/css/build/0081-custom-mailcow.css
# Fix permissions for global filters
chown -R 33:33 /global_sieve/*
chown -R 82:82 /global_sieve/*
# Fix permissions on twig cache folder
chown -R 33:33 /web/templates/cache
chown -R 82:82 /web/templates/cache
# Clear cache
find /web/templates/cache/* -not -name '.gitkeep' -delete