diff --git a/source/src/commands/restoredata.cpp b/source/src/commands/restoredata.cpp index b67da88..c6e0c0d 100644 --- a/source/src/commands/restoredata.cpp +++ b/source/src/commands/restoredata.cpp @@ -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()}}); } // dtor of remote_temp_folder will clean up the temp folder on the server - - { // healthcheck the service info << "5) Healthchecking service..." << std::endl; std::string green_tick = "\033[32m✓\033[0m"; @@ -243,7 +241,6 @@ namespace dropshell } - void restoredata_autocomplete(const CommandContext &ctx) { shared_commands::std_autocomplete(ctx);