change to root directory before trying to access files

This fixes running plymouth after bootup
calculate-0.9.5
Ray Strode 16 years ago
parent cc0fc4e577
commit eb47bef71c

@ -435,6 +435,8 @@ main (int argc,
return EX_USAGE;
}
chdir ("/");
daemon_handle = ply_create_daemon ();
if (daemon_handle == NULL)

Loading…
Cancel
Save