diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-03 11:04:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-03 11:04:04 +0200 |
commit | b118f648cb393d9ef4e1e510e86b72cb3e8c98f3 (patch) | |
tree | e42d624f19045722edb295c889c50e7018fc43fb /lib/backup/manager.rb | |
parent | d2fffff0ecfbc5eadf754905cee8a8593ed3c623 (diff) | |
parent | b8433cb886abfdc7eae86c1789c0f1c5ff56204d (diff) | |
download | gitlab-ce-b118f648cb393d9ef4e1e510e86b72cb3e8c98f3.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'lib/backup/manager.rb')
-rw-r--r-- | lib/backup/manager.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/backup/manager.rb b/lib/backup/manager.rb index 5103b265ed4..13c68d9354f 100644 --- a/lib/backup/manager.rb +++ b/lib/backup/manager.rb @@ -16,8 +16,6 @@ module Backup file << s.to_yaml.gsub(/^---\n/,'') end - FileUtils.chmod(0700, folders_to_backup) - # create archive $progress.print "Creating backup archive: #{tar_file} ... " # Set file permissions on open to prevent chmod races. |