This commit is contained in:
2022-02-28 14:49:02 +01:00
parent 0437bd0584
commit 261ac78743
4 changed files with 5 additions and 3 deletions

View File

@ -388,6 +388,7 @@ void initStopServer() {
}
#ifdef VIRTUAL
sharedMemory_setStop(0);
// not reading config file (nothing of interest to stop server)
if (checkCommandLineConfiguration() == FAIL) {
initCheckDone = 1;
return;