Update source/src/commands/restoredata.cpp
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 34s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m51s

This commit is contained in:
Your Name
2025-08-31 16:25:51 +12:00
parent 52606513ff
commit d07acbd732

View File

@@ -229,8 +229,6 @@ namespace dropshell
server_env.run_remote_template_command(service, "restore", {}, false, {{"BACKUP_FILE", remote_backup_file_path}, {"TEMP_DIR", remote_temp_folder.path()}}); server_env.run_remote_template_command(service, "restore", {}, false, {{"BACKUP_FILE", remote_backup_file_path}, {"TEMP_DIR", remote_temp_folder.path()}});
} // dtor of remote_temp_folder will clean up the temp folder on the server } // dtor of remote_temp_folder will clean up the temp folder on the server
{ // healthcheck the service { // healthcheck the service
info << "5) Healthchecking service..." << std::endl; info << "5) Healthchecking service..." << std::endl;
std::string green_tick = "\033[32m✓\033[0m"; std::string green_tick = "\033[32m✓\033[0m";
@@ -243,7 +241,6 @@ namespace dropshell
} }
void restoredata_autocomplete(const CommandContext &ctx) void restoredata_autocomplete(const CommandContext &ctx)
{ {
shared_commands::std_autocomplete(ctx); shared_commands::std_autocomplete(ctx);