diff options
-rwxr-xr-x | testserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testserver.pl b/testserver.pl index a6573c8bc..b768dc939 100755 --- a/testserver.pl +++ b/testserver.pl @@ -38,7 +38,7 @@ if ((@ARGV != 1) || ($ARGV[0] !~ /^https?:/)) # Try to determine the GID used by the webserver. -my @pscmds = ('ps -eo comm,gid', 'ps -acxo command,gid'); +my @pscmds = ('ps -eo comm,gid', 'ps -acxo command,gid', 'ps -acxo command,rgid'); my $sgid = 0; if ($^O !~ /MSWin32/i) { foreach my $pscmd (@pscmds) { |