Восстановлено обновление статуса plymouth

calculate-0.1.3
parent 114ee84e94
commit 7a6f9af59b

@ -152,8 +152,7 @@ bool ply_start(int mode)
bool ply_update_status(int hook, const char* name)
{
//return (commandf("/bin/plymouth update --status=%d-%s", hook, name) == 0);
return true;
return (commandf("/bin/plymouth update --status=%d-%s", hook, name) == 0);
}
bool kernel_command_has_argument(const char *argument)

Loading…
Cancel
Save