From b8f9104c2170f91e85757bcc04c73af84c703c30 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Wed, 10 Aug 2022 14:50:00 +0200 Subject: [PATCH] update: remove php-fpm --- public_html/webservice/getfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/webservice/getfile.php b/public_html/webservice/getfile.php index ef97279d..fb56ba27 100644 --- a/public_html/webservice/getfile.php +++ b/public_html/webservice/getfile.php @@ -13,7 +13,7 @@ if (array_key_exists("ajax", $_GET)) { $sProcesses = "<h2 class=\"warning\">please wait ...</h2>" . shell_exec("uptime") . "<br><pre>" - . shell_exec("ps -f --forest | egrep -v '/(apache|httpd|php\-fpm)' | fgrep -v 'ps -f' | fgrep -v grep") + . shell_exec("ps -f --forest | egrep -v '(/apache|/httpd|php-fpm)' | fgrep -v 'ps -f' | fgrep -v grep") . "</pre>"; $sOut = file_exists($sTmpFile) ? file_get_contents($sTmpFile) : "waiting for " . $sTmpFile; -- GitLab