From ba88d49d8a3d814e86edd483dbb42b7a78acbd99 Mon Sep 17 00:00:00 2001 From: Tearran Date: Mon, 2 Sep 2024 13:22:19 -0400 Subject: [PATCH] Disable job and update status in config.ng.jobs.json --- README.md | 2 +- lib/armbian-configng/config.ng.jobs.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3128694ec..96979fb4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Armbian Configuration Utility -Updated: Mon Sep 2 01:19:18 PM EDT 2024 +Updated: Mon Sep 2 01:21:12 PM EDT 2024 Utility for configuring your board, adjusting services, and installing applications. It comes with Armbian by default. diff --git a/lib/armbian-configng/config.ng.jobs.json b/lib/armbian-configng/config.ng.jobs.json index 8f008bb41..6c72a59e0 100644 --- a/lib/armbian-configng/config.ng.jobs.json +++ b/lib/armbian-configng/config.ng.jobs.json @@ -155,8 +155,8 @@ "condition": "" } ], - "disabled": false, - "status": "Active", + "disabled": true, + "status": "WIP", "author": "", "condition": "" }