From 33842ca8b50af1c4dcdd9eb67ea409f36c0be034 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Wed, 24 Jul 2024 10:35:47 -0400 Subject: [PATCH] Remove needs_reboot dupe --- docs/script_variables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/script_variables.md b/docs/script_variables.md index ddf9e103..9e1a82ee 100644 --- a/docs/script_variables.md +++ b/docs/script_variables.md @@ -56,7 +56,6 @@ Below are some examples of available fields: - **{{agent.needs_reboot}}** - Returns true if reboot is pending on agent. - **{{agent.choco_installed}}** - Returns true if Chocolatey is installed. - **{{agent.patches_last_installed}}** - The date that patches were last installed by Tactical RMM. -- **{{agent.needs_reboot}}** - Returns true if the agent needs a reboot. - **{{agent.time_zone}}** - Returns timezone configured on agent. - **{{agent.maintenance_mode}}** - Returns true if agent is in maintenance mode. - **{{agent.block_policy_inheritance}}** - Returns true if agent has block policy inheritance.