From 4298006e31ec226990f42745e923b6aaf9bc8a6c Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 18 Jan 2023 08:39:34 -0600 Subject: [PATCH] Fix comment on how to enable status page and fix PHP error caused by the comment :( --- admin/fpm-status.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/fpm-status.php b/admin/fpm-status.php index bbe161534f..ed23ec1f8b 100644 --- a/admin/fpm-status.php +++ b/admin/fpm-status.php @@ -20,7 +20,8 @@ * * 3. FPM need to be configured to serve status under /status * - * docker exec -i egroupware sed -i /etc/php/\*/fpm/pool.d/www.conf 's/^;pm.status_page/pm.status_page/' + * docker exec -it egroupware bash + * cd /etc/php/*; sed -i cd fpm/pool.d/www.conf -e 's/^;pm.status_path/pm.status_path/'; exit * docker restart egroupware * * Please note: the next EGroupware update will disable it again, and it's a good idea to do that even before!