Skip to content
Snippets Groups Projects
Commit 804110a5 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '5534-add-docker' into 'master'

update: remove php-fpm

See merge request !21
parents aca49f1b b8f9104c
No related branches found
No related tags found
1 merge request!21update: remove php-fpm
Pipeline #780 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment