mirror of
https://github.com/sheumann/hush.git
synced 2025-08-07 11:26:53 +00:00
As vodz noticed, I screwed up reboot
This commit is contained in:
@@ -43,7 +43,7 @@ extern int reboot_main(int argc, char **argv)
|
||||
#endif
|
||||
return(bb_shutdown_system(RB_AUTOBOOT));
|
||||
#else
|
||||
return kill_init(SIGUSR2);
|
||||
return kill_init(SIGTERM);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user