We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8a85a commit f664042Copy full SHA for f664042
install/lib/installer_base.lib.php
@@ -1481,12 +1481,12 @@ public function configure_bind() {
1481
1482
//* Create the slave subdirectory
1483
$content .= 'slave';
1484
- if(!@is_dir($content)) mkdir($content, 2770, true);
+ if(!@is_dir($content)) mkdir($content, 02770, true);
1485
1486
//* Chown the slave subdirectory to $conf['bind']['bind_user']
1487
chown($content, $conf['bind']['bind_user']);
1488
chgrp($content, $conf['bind']['bind_group']);
1489
- chmod($content, 2770);
+ chmod($content, 02770);
1490
1491
}
1492
@@ -2822,4 +2822,4 @@ protected function insert_db_credentials($tContents) {
2822
2823
2824
2825
-?>
+?>
0 commit comments