Watchtower!

This commit is contained in:
Your Name
2025-04-25 11:44:32 +12:00
parent 4c0c052f20
commit 61fabac1f0
5 changed files with 38 additions and 7 deletions

View File

@ -77,6 +77,7 @@ class service_runner {
std::string construct_ssh_cmd() const;
bool check_remote_dir_exists(const std::string& dir_path) const;
bool check_remote_file_exists(const std::string& file_path) const;
bool check_remote_items_exist(const std::vector<std::string>& file_paths) const;
bool execute_ssh_command(const std::string& command, const std::string& error_msg) const;
bool execute_local_command(const std::string& command, const std::string& error_msg) const;
void maketitle(const std::string& title) const;