This commit is contained in:
@@ -53,12 +53,6 @@ bool service_runner::nuke(bool silent)
|
||||
if (!mServerEnv.is_valid()) return false; // should never hit this.
|
||||
|
||||
std::string remote_service_path = remotepath::service(mServer, mService);
|
||||
bool okay = mServerEnv.run_remote_template_command("dropshell-agent", "_nuke_other", {mService, remote_service_path}, silent, {});
|
||||
if (!okay)
|
||||
{
|
||||
std::cerr << "Warning: Nuke script failed" << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
std::cout << "Service " << mService << " successfully nuked from " << mServer << std::endl;
|
||||
|
||||
|
Reference in New Issue
Block a user