small but important bugfix
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Robin Müller 2022-03-01 14:56:19 +01:00
parent 84367f8424
commit be122038ed
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -1196,7 +1196,7 @@ void CoreController::performMountedSdCardOperations() {
std::filesystem::create_directory(path);
}
initVersionFile();
performRebootFileHandling(true);
performRebootFileHandling(false);
doPerformMountedSdCardOps = false;
}
}