From 38feaef08e7694ee0add80a1dc69ff9480fc9193 Mon Sep 17 00:00:00 2001 From: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:23:35 -0700 Subject: [PATCH] Add quote for `LOCKSMITHD_REBOOT_WINDOW_START` value Otherwise `motdgen` service can error with `command not found`. --- content/docs/latest/setup/releases/update-strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/latest/setup/releases/update-strategies.md b/content/docs/latest/setup/releases/update-strategies.md index f4466753..0881dc30 100644 --- a/content/docs/latest/setup/releases/update-strategies.md +++ b/content/docs/latest/setup/releases/update-strategies.md @@ -143,7 +143,7 @@ storage: contents: inline: | REBOOT_STRATEGY=reboot - LOCKSMITHD_REBOOT_WINDOW_START=Thu 04:00 + LOCKSMITHD_REBOOT_WINDOW_START="Thu 04:00" LOCKSMITHD_REBOOT_WINDOW_LENGTH=1h mode: 0420 ```