Commit 901f5445 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Remove superfluous mkdir -p

parent 7d58489f
......@@ -16,8 +16,6 @@ module Backup
compress_pid = spawn(*%W(gzip -1 -c), in: compress_rd, out: [db_file_name, 'w', 0600])
compress_rd.close
FileUtils.mkdir_p(Gitlab.config.backup.path)
dump_pid = case config["adapter"]
when /^mysql/ then
$progress.print "Dumping MySQL database #{config['database']} ... "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment