Use docker to root remove the local directory.

This commit is contained in:
Your Name
2025-05-05 23:09:38 +12:00
parent ce5a64a4c7
commit b4b237c1b7
4 changed files with 37 additions and 11 deletions

View File

@ -217,7 +217,7 @@ int main(int argc, char* argv[]) {
// handle running a command.
std::set<std::string> commands;
get_all_used_commands(commands);
commands.merge(std::set<std::string>{"ssh","edit","_allservicesstatus"}); // handled by service_runner, but not in template_shell_commands.
commands.merge(std::set<std::string>{"ssh","edit","_allservicesstatus","fullnuke"}); // handled by service_runner, but not in template_shell_commands.
if (commands.count(cmd)) {
std::set<std::string> safe_commands = {"nuke", "fullnuke"};