Skip to content

Commit 49709c0

Browse files
author
Till Brehm
committed
Merge branch 'patch-4' into 'stable-3.1'
Don't append umask=0022 if it already exists See merge request !385
2 parents 9ff59b0 + 562dd41 commit 49709c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ public function configure_apache() {
16971697
if(is_file('/etc/suphp/suphp.conf')) {
16981698
replaceLine('/etc/suphp/suphp.conf', 'php="php:/usr/bin', 'x-httpd-suphp="php:/usr/bin/php-cgi"', 0);
16991699
//replaceLine('/etc/suphp/suphp.conf','docroot=','docroot=/var/clients',0);
1700-
replaceLine('/etc/suphp/suphp.conf', 'umask=0077', 'umask=0022', 0);
1700+
replaceLine('/etc/suphp/suphp.conf', 'umask=00', 'umask=0022', 0);
17011701
}
17021702

17031703
if(is_file('/etc/apache2/sites-enabled/000-default')) {

0 commit comments

Comments
 (0)