Better errors.

This commit is contained in:
Your Name
2025-05-05 23:37:14 +12:00
parent 42e25b6353
commit 38cb23706d
7 changed files with 87 additions and 25 deletions

View File

@ -78,7 +78,7 @@ class service_runner {
bool restore(std::string backup_file, bool silent=false);
// nuke the service
bool nuke(); // nukes all data for this service on the remote server
bool nuke(bool silent=false); // nukes all data for this service on the remote server
bool fullnuke(); // nuke all data for this service on the remote server, and then nukes all the local service definitionfiles
// launch an interactive ssh session on a server or service