autre façon

This commit is contained in:
fred 2021-08-12 11:00:01 +02:00
parent 141a61ff65
commit 2daacdecba
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (isset($_REQUEST['phone'])) $phone = $_REQUEST['phone']; else $phone = urldec
$message = "Proposition de ". $phone ." message : ".$link;
//YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1);
$YOU=system("ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1'", $retval);
$YOU=system("ps u -C ipfs | tail -n 1 | cut -f 1 -d ' '", $retval);
print_r($YOU);
print_r($retval);