mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -2190,6 +2190,10 @@ void wake_up(bool &wakeup)
|
||||
|
||||
int CNeutrinoApp::run(int argc, char **argv)
|
||||
{
|
||||
puts("[neutrino] executing " NEUTRINO_APP_START_SCRIPT ".");
|
||||
if (my_system(NEUTRINO_APP_START_SCRIPT) != 0)
|
||||
perror(NEUTRINO_APP_START_SCRIPT " failed");
|
||||
|
||||
CmdParser(argc, argv);
|
||||
|
||||
TIMER_START();
|
||||
|
Reference in New Issue
Block a user