publishing in prod

This commit is contained in:
Paul Schneider 2016-11-10 12:11:39 +01:00
commit 14ba639515
4 changed files with 8 additions and 8 deletions

View file

@ -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();