Skip to content

Commit cdc82bb

Browse files
author
Till Brehm
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents f025ee2 + 49709c0 commit cdc82bb

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)