init: wait less before starting sh

This commit is contained in:
apio 2022-10-19 20:36:27 +02:00
parent a815beacfb
commit ba57f32f39

View File

@ -52,7 +52,7 @@ int main()
if (print_version()) return 1;
sleep(1);
msleep(200);
pid_t child = fork();
if (child < 0)