mirror of
https://github.com/alterware/master-server.git
synced 2026-03-10 18:53:02 +00:00
build: add Docker support
This commit is contained in:
@@ -36,7 +36,7 @@ namespace crypto_key
|
||||
|
||||
if (!utils::io::write_file("./private.key", key.serialize()))
|
||||
{
|
||||
throw std::runtime_error("Failed to write server key!");
|
||||
console::error("Failed to write server key!");
|
||||
}
|
||||
|
||||
console::info("Generated cryptographic key: %llX", key.get_hash());
|
||||
|
||||
Reference in New Issue
Block a user