From f94c7000d10f6d58f5b4e35d091f2422241cb2b3 Mon Sep 17 00:00:00 2001 From: Matthias H Date: Sun, 11 Jan 2015 09:04:01 +0100 Subject: rbotdb: create non-existing profile directory --- bin/rbotdb | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/rbotdb b/bin/rbotdb index c537187a..b77939eb 100755 --- a/bin/rbotdb +++ b/bin/rbotdb @@ -293,6 +293,7 @@ class RestoreRegistry end def create_folder + Dir.mkdir(@profile) unless File.directory?(@profile) if @registry folder = @registry else -- cgit v1.2.3