diff --git a/Services/core.rb b/Services/core.rb index cca7170..836873b 100755 --- a/Services/core.rb +++ b/Services/core.rb @@ -23,6 +23,7 @@ end end end end +puts "Paths: #{::GxG::SYSTEM_PATHS.inspect}" # ### Mount Databases by role if File.exists?("#{GxG::SYSTEM_PATHS[:configuration]}/databases.json") handle = File.open("#{GxG::SYSTEM_PATHS[:configuration]}/databases.json", "rb")