Refaaaacttt00000rr

This commit is contained in:
Your Name
2025-05-04 11:30:57 +12:00
parent 6380ce9178
commit 0e9466365e
11 changed files with 25977 additions and 219 deletions

View File

@ -109,7 +109,7 @@ class service_runner {
// other utility routines (not specific to service_runner)
void interactive_ssh(const std::string & server_name, const std::string & command);
void edit_server(const std::string & server_name);
void edit_file(const std::string & file_path, const std::string & aftertext);
bool edit_file(const std::string & file_path);
// check if the service template and config are up to date on the remote server.
class service_versions {