|
@@ -313,7 +313,7 @@ sub process_ccd_file {
|
|
|
print $fh @lines;
|
|
print $fh @lines;
|
|
|
close $fh;
|
|
close $fh;
|
|
|
# Ставим права на конфиг
|
|
# Ставим права на конфиг
|
|
|
- chmod 0644, $ccd_file or do {
|
|
|
|
|
|
|
+ chmod 0664, $ccd_file or do {
|
|
|
my $error = "chmod failed: $!";
|
|
my $error = "chmod failed: $!";
|
|
|
log_message("ERROR", $error);
|
|
log_message("ERROR", $error);
|
|
|
die "$error\n";
|
|
die "$error\n";
|