Bug Fix #28: DataStore Drive not present
This commit is contained in:
@@ -40,6 +40,10 @@ namespace Disco.Web.Models.InitialConfig
|
||||
}
|
||||
else
|
||||
{
|
||||
// Drive Letter doesn't exist
|
||||
if (branchParent.Path == null)
|
||||
break;
|
||||
|
||||
// New
|
||||
branchModel = FileStoreDirectoryModel.FromNew(branchesCase[i], Path.Combine(branchParent.Path, branchesCase[i]));
|
||||
branchParent.SubDirectories.Add(branchModel.Name.ToUpper(), branchModel);
|
||||
|
||||
Reference in New Issue
Block a user