fix installation ID generation

This commit is contained in:
WitherOrNot 2023-06-08 14:40:11 -04:00
parent 947fd48f38
commit eed869981b

View File

@ -111,6 +111,7 @@ int CLI::parseCommandLine(int argc, char* argv[], Options* options) {
}
options->instid = argv[i+1];
options->applicationMode = MODE_CONFIRMATION_ID;
i++;
} else {
options->error = true;