♻ cleanup

This commit is contained in:
Vladislav Nepogodin 2021-12-23 01:48:40 +04:00
parent d87abfb692
commit c21a4e23f0
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -234,6 +234,8 @@ void install_systemd_boot() noexcept {
const auto& uefi_mount = std::get<std::string>(config_data["UEFI_MOUNT"]);
{
char* sbuffer = NULL;
fflush(stderr);
/* save stderr */
FILE* sbuf = stderr;