.
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-17 22:24:25 +12:00
parent 891f0d023f
commit 27f86e95e7
7 changed files with 221 additions and 12 deletions

View File

@@ -121,6 +121,7 @@ namespace dropshell
// Run install script
{
std::cout << "Running " << service_info.template_name << " install script on " << server << "..." << std::endl;
server_env.run_remote_template_command(service, "install", {}, silent, {});
}