Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
a44c72f7
Commit
a44c72f7
authored
Feb 27, 2011
by
Thomas Bosviel
Committed by
anarcat
Mar 30, 2011
Browse files
Issue
#1050730
by tbosviel: Change slave zone path perms to 775.
parent
e5b656c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
dns/dns.drush.inc
View file @
a44c72f7
...
...
@@ -171,7 +171,7 @@ class provisionService_dns extends provisionService {
provision_file
()
->
create_dir
(
$this
->
server
->
dns_data_path
,
dt
(
"DNS data store"
),
0700
);
if
(
!
is_null
(
$this
->
application_name
))
{
provision_file
()
->
create_dir
(
$this
->
server
->
dns_zoned_path
,
dt
(
"DNS zone configuration"
),
07
5
5
);
provision_file
()
->
create_dir
(
$this
->
server
->
dns_zoned_path
,
dt
(
"DNS zone configuration"
),
07
7
5
);
$this
->
sync
(
$this
->
server
->
dns_zoned_path
,
array
(
'exclude'
=>
$this
->
server
->
dns_zoned_path
.
'/*'
,
// Make sure remote directory is created
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment