From b5aef223e0bab3763ed5202a6e01f5e673564d7a Mon Sep 17 00:00:00 2001 From: Akizon <64686663+Akizon77@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:51:26 +0800 Subject: [PATCH] Update task.go --- server/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/task.go b/server/task.go index 2bd4e30..77c921b 100644 --- a/server/task.go +++ b/server/task.go @@ -27,7 +27,7 @@ func NewTask(task_id, command string) { return } if flags.DisableWebSsh { - uploadTaskResult(task_id, "Web SSH (REC) is disabled.", -1, time.Now()) + uploadTaskResult(task_id, "Remote control is disabled.", -1, time.Now()) return } log.Printf("Executing task %s with command: %s", task_id, command)