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)