publishing in prod
This commit is contained in:
parent
2b01e59c3f
commit
14ba639515
4 changed files with 8 additions and 8 deletions
|
|
@ -235,7 +235,7 @@ namespace Yavsc
|
|||
|
||||
// TODO implement an installation & upgrade procedure
|
||||
// Create required directories
|
||||
foreach (string dir in new string[] { Startup.UserFilesDirName, Startup.UserBillsDirName, SiteSetup.TempDir })
|
||||
foreach (string dir in new string[] { UserFilesDirName, UserBillsDirName, SiteSetup.TempDir })
|
||||
{
|
||||
DirectoryInfo di = new DirectoryInfo(dir);
|
||||
if (!di.Exists) di.Create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue