Integrated config less startup with only given CCServer and token #14
Fixed time drift issues on dashboard by sending server time to dashboard and use this for comparisson
This commit is contained in:
parent
e12b0070a9
commit
e7bf633010
6 changed files with 65 additions and 31 deletions
|
@ -35,6 +35,10 @@ void App::background()
|
|||
Cpu::setAffinity(-1, m_options->affinity());
|
||||
}
|
||||
|
||||
Log::i()->text(Options::i()->colors() ? "\x1B[01;31m\nBackground mode is not supported by %s on *nix Systems. Please use screen/tmux or systemd service instead.\n"
|
||||
: "\nBackground mode is not supported by %s on *nix Systems. Please use screen/tmux or systemd service instead.\n", APP_NAME);
|
||||
}
|
||||
if (m_options->background()) {
|
||||
Log::i()->text(Options::i()->colors()
|
||||
? "\x1B[01;31m\nBackground mode is not supported by %s on *nix Systems. Please use screen/tmux or systemd service instead.\n"
|
||||
: "\nBackground mode is not supported by %s on *nix Systems. Please use screen/tmux or systemd service instead.\n",
|
||||
APP_NAME);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue