From fd5710019030be8d9d0252ea166fed327ea808fd Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Thu, 14 Jun 2018 16:17:40 +0200 Subject: [PATCH] fixed osx permissions (#8901) --- ethstore/src/accounts_dir/disk.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ethstore/src/accounts_dir/disk.rs b/ethstore/src/accounts_dir/disk.rs index a5ce9c1a9..a9253cff0 100644 --- a/ethstore/src/accounts_dir/disk.rs +++ b/ethstore/src/accounts_dir/disk.rs @@ -42,7 +42,7 @@ fn create_new_file_with_permissions_to_owner(file_path: &Path) -> io::Result io::Result