From 2a66c9e91ccabde46b6bc87e495a483708ad5056 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 26 Nov 2021 20:08:04 +0000 Subject: [PATCH] --- Program.cs | 7 ++++--- config.json | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index decf626..489a28b 100644 --- a/Program.cs +++ b/Program.cs @@ -6,8 +6,9 @@ Console.WriteLine($"AyaNova server launcher {AyaNovaVersion.VersionString}"); var AyaNovaProcess = System.Diagnostics.Process.Start(@"../AyaNova.exe"); - -Console.WriteLine("Press CTL-C keys to shut down AyaNova Server"); +Console.WriteLine("#############################################"); +Console.WriteLine("Press CTL-C key to shut down AyaNova Server"); +Console.WriteLine("#############################################"); bool Quit = false; ConsoleKeyInfo cki; do @@ -20,7 +21,7 @@ do } else { - Console.WriteLine("Press CTL-C keys to shut down AyaNova Server"); + Console.WriteLine("Press CTL-C key to shut down AyaNova Server"); } //Console.WriteLine(cki.Key.ToString()); } while (!Quit); \ No newline at end of file diff --git a/config.json b/config.json index f51a706..c8e0958 100644 --- a/config.json +++ b/config.json @@ -5,6 +5,7 @@ "AYANOVA_BACKUP_PG_DUMP_PATH":"postgres\\bin\\", "AYANOVA_FOLDER_USER_FILES":"%programdata\\ayanova\\userfiles", "AYANOVA_FOLDER_BACKUP_FILES":"%programdata\\ayanova\\backupfiles", + "AYANOVA_FOLDER_TEMPORARY_SERVER_FILES":"%programdata\\ayanova\\tempfiles", "AYANOVA_LOG_LEVEL": "Info", "AYANOVA_LOG_PATH":"%programdata\\ayanova\\" } \ No newline at end of file