From 0f8c943e41f3177874f0766b49b15c89ee427736 Mon Sep 17 00:00:00 2001 From: "G. Gibson" Date: Fri, 22 Apr 2022 10:14:49 -0700 Subject: [PATCH] Testing 2 --- Services/www/www/gxg-www.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Services/www/www/gxg-www.rb b/Services/www/www/gxg-www.rb index 8044121..bdca42f 100644 --- a/Services/www/www/gxg-www.rb +++ b/Services/www/www/gxg-www.rb @@ -1215,6 +1215,7 @@ module GxGwww profile = GxG::SERVICES[:core][:resources].profile(details[:path], @credential) if profile if profile[:permissions][:effective][:read] == true + GxG::SERVICES[:core][:resources].create_directory(temp_dir, ::GxG::DB[:administrator]) if GxG::SERVICES[:core][:resources].copy(details[:path], ::GxG::DB[:administrator], final_path) cache_profile = (GxG::SERVICES[:core][:resources].entries(temp_dir, ::GxG::DB[:administrator]) || []).first if cache_profile