From 52efdca2e006fad339d57c6f99440743ba9420d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:32:45 +0200 Subject: [PATCH] Add configuration for update to test version 99.99.99 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- staged_rollouts/v99.99.99.txt | 1 + updates/99.99.99.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 staged_rollouts/v99.99.99.txt create mode 100644 updates/99.99.99.sh diff --git a/staged_rollouts/v99.99.99.txt b/staged_rollouts/v99.99.99.txt new file mode 100644 index 000000000..3ad5abd03 --- /dev/null +++ b/staged_rollouts/v99.99.99.txt @@ -0,0 +1 @@ +99 diff --git a/updates/99.99.99.sh b/updates/99.99.99.sh new file mode 100644 index 000000000..be77918f9 --- /dev/null +++ b/updates/99.99.99.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo 'updated' > /usr/local/etc/v99.99.99.success