From e908868ed570563672e1d34f50fa21380c7f17ee Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 12 Aug 2020 15:33:06 +0000 Subject: [PATCH] --- dist/win-x64/start-ayanova.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/win-x64/start-ayanova.bat b/dist/win-x64/start-ayanova.bat index 68c5de7e..660ba66f 100644 --- a/dist/win-x64/start-ayanova.bat +++ b/dist/win-x64/start-ayanova.bat @@ -15,9 +15,10 @@ set AYANOVA_FOLDER_BACKUP_FILES=%~dp0data\backupfiles set AYANOVA_LOG_PATH=%~dp0data\ "%~dp0\postgres\bin\pg_ctl" -D "%~dp0/data/database" -l %~dp0data\logs\postgreslog start cd .\ayanova -start "AyaNova Server" /MAX ayanova.exe +start "AyaNova Server" ayanova.exe start "" http://localhost:7575/api/v8/ -ECHO "Press any key to stop POSTGRES database server" +start "" http://localhost:7575 +ECHO Press any key to stop POSTGRES database server pause "%~dp0\postgres\bin\pg_ctl" -D "%~dp0/data/database" stop endlocal \ No newline at end of file