diff options
author | Matthias H <apoc@sixserv.org> | 2015-01-11 09:04:01 +0100 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2015-01-11 09:04:01 +0100 |
commit | f94c7000d10f6d58f5b4e35d091f2422241cb2b3 (patch) | |
tree | dd7f606f36df39d5375707d84c364bdaf6da3b9b /bin | |
parent | 6889fac4f7df6772e94bc7fc8319823197b68552 (diff) |
rbotdb: create non-existing profile directory
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbotdb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -293,6 +293,7 @@ class RestoreRegistry end def create_folder + Dir.mkdir(@profile) unless File.directory?(@profile) if @registry folder = @registry else |