diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt
index 24c7f7fc..f7f6169e 100644
--- a/devdocs/deploy.txt
+++ b/devdocs/deploy.txt
@@ -240,3 +240,10 @@ IMPORTANT NOTES:
DOCKER / LINUX CHEAT SHEET
Alpine linux enter container and run shell from docker:
docker run -it [container_id] /bin/ash
+
+
+
+
+ -->
\ No newline at end of file
diff --git a/server/AyaNova/AyaNova.csproj b/server/AyaNova/AyaNova.csproj
index 166a1aee..270a66c5 100644
--- a/server/AyaNova/AyaNova.csproj
+++ b/server/AyaNova/AyaNova.csproj
@@ -45,8 +45,14 @@
-
-
+
+
+
+
+ Always
+
+
+
\ No newline at end of file
diff --git a/server/AyaNova/Controllers/ReportController.cs b/server/AyaNova/Controllers/ReportController.cs
index 8f03d0f5..c4b6c1bc 100644
--- a/server/AyaNova/Controllers/ReportController.cs
+++ b/server/AyaNova/Controllers/ReportController.cs
@@ -87,7 +87,7 @@ namespace AyaNova.Api.Controllers
//var localIpAddress = httpConnectionFeature?.LocalIpAddress;
//todo: validate files are present somehow?
- var ReportJSFolderPath = Path.Combine(ServerBootConfig.AYANOVA_CONTENT_ROOT_PATH, "resource", "reportjs");
+ var ReportJSFolderPath = Path.Combine(ServerBootConfig.AYANOVA_CONTENT_ROOT_PATH, "resource", "rpt");
if (!Directory.Exists(ReportJSFolderPath))
throw new System.Exception($"E1012: \"reportjs\" folder not found where expected: \"{ReportJSFolderPath}\", installation damaged?");
diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json
index f2fd726d..8627b8cf 100644
--- a/server/AyaNova/resource/en.json
+++ b/server/AyaNova/resource/en.json
@@ -1921,4 +1921,5 @@
"ShutDownServer": "Shut down server",
"AreYouSureShutDown": "Are you certain you want to shut down the server?",
"ViewServerConfiguration": "View server configuration"
+
}
\ No newline at end of file