Skip to content
Snippets Groups Projects
Commit b7171bff authored by Christopher Gervais's avatar Christopher Gervais Committed by Herman van Rink
Browse files

Issue #2296089 by ergonlogic, cosmicdreams: Fixed Installer can detect incorrect default web group.

parent c82f5d4a
No related branches found
No related tags found
No related merge requests found
......@@ -349,11 +349,13 @@ function drush_provision_verify() {
function _provision_default_web_group() {
$info = posix_getgrgid(posix_getgid());
$common_groups = array(
'www',
'httpd',
'www-data',
'apache',
'nginx',
'www',
'_www',
'webservd',
'httpd',
'nogroup',
'nobody',
$info['name']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment