Closed devensiv closed 1 year ago
When the directory that is supposed to house the warehouse database does not exist it wont be created and emberry will use an in memory database
The same applies for generating a pem file within emberry which will panic if the dir does not exist
fixed in 35dd2935
Check if the path "is_file" returns false when the file does not exist and treats the path as invalid therfore
When the directory that is supposed to house the warehouse database does not exist it wont be created and emberry will use an in memory database
The same applies for generating a pem file within emberry which will panic if the dir does not exist