This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include "services.hpp"
|
||||
#include "utils/output.hpp"
|
||||
|
||||
#include <fstream>
|
||||
#include <unistd.h>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
@@ -55,6 +56,7 @@ namespace dropshell
|
||||
}
|
||||
} install_command_register;
|
||||
|
||||
|
||||
namespace shared_commands
|
||||
{
|
||||
|
||||
@@ -132,6 +134,8 @@ namespace dropshell
|
||||
|
||||
// print health tick
|
||||
info << "Health: " << shared_commands::healthtick(server, service) << std::endl;
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user