Commit Graph

11 Commits

Author SHA1 Message Date
Markusi13
fe4c5d0717 Update Dolibarr versions and PHP compatibility using update.sh 2025-02-21 00:50:02 +01:00
Laurent Destailleur (aka Eldy)
b9c327c6a6 Missing mkdir 2024-12-11 17:30:37 +01:00
Laurent Destailleur (aka Eldy)
9d5533c080 Fix log must not use INIT if not into INIT method 2024-12-11 17:04:17 +01:00
Laurent Destailleur
3791bbaabe Merge branch 'main' into fix_owner 2024-12-11 16:59:34 +01:00
Laurent Destailleur (aka Eldy)
48baf43a92 Fix for alpha version 2024-12-11 16:07:12 +01:00
Laurent Destailleur (aka Eldy)
35bdc0e584 Support version with -beta inside. 2024-12-03 10:10:32 +01:00
Laurent Destailleur (aka Eldy)
60f214456c Log 2024-12-02 16:29:21 +01:00
Laurent Destailleur (aka Eldy)
534c2a3a32 Update docker 2024-12-02 01:59:03 +01:00
Laurent Destailleur (aka Eldy)
d9e3755853 Add more log 2024-11-29 18:08:11 +01:00
Andrés Maldonado
5aca29c35e fix: change owner after initialization
Currently, the `docker-run.sh` script updates ownership for files in 
`/var/www/documents`, but more files get added to that directory after 
the ownership update, so the new files may have a bad owner.

This commit moves the code handling the ownership update to a later 
point, when all files have been copied to /var/www/documents.
2024-11-14 18:07:11 +01:00
Aloïs Micard
1bb488f54c Run update.sh 2024-11-14 15:41:22 +01:00