From 0db2d2145810e93801dd77f5f016647a606e1f73 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 22 Nov 2017 11:17:43 +0100 Subject: Create cache directory in DB instead of Settings Signed-off-by: Florian Pritz --- lib/App/BorgRestore/Settings.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/App/BorgRestore/Settings.pm') diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm index 26a175e..557a097 100644 --- a/lib/App/BorgRestore/Settings.pm +++ b/lib/App/BorgRestore/Settings.pm @@ -6,7 +6,6 @@ use warnings; use App::BorgRestore::Helper; use autodie; -use File::Path qw(mkpath); use Sys::Hostname; =encoding utf-8 @@ -124,9 +123,6 @@ for my $configfile (@configfiles) { } $cache_path_base = App::BorgRestore::Helper::untaint($cache_path_base, qr/.*/); -# ensure the cache directory exists -mkpath(get_cache_dir(), {mode => oct(700)}); - sub get_cache_dir { return "$cache_path_base/v2"; } -- cgit v1.2.3-24-g4f1b