From c04f9aa26146d768969d7e3a520b0d4ece51d0f8 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Tue, 14 Jun 2022 22:37:50 -0400 Subject: [PATCH] Removing -r from the README Fixed a couple of small details --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93789fbe..60f50274 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Here, we will update the script prior to running it, incase there is a bugfix, o **Cron Job Command** ``` -bash /mnt/pool/scripts/truetool/truetool.sh -b 14 -rsup +bash /mnt/pool/scripts/truetool/truetool.sh -b 14 -sup ```
@@ -99,7 +99,7 @@ bash /mnt/pool/scripts/truetool/truetool.sh -b 14 -rsup | Name | Value | Reason | |------------------------ |------------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `Description` | TrueTool Update apps | This is up to you, put whatever you think is a good description in here | -| `Command` | `bash /PATH/TO/truetool_DIRECTORY/truetool.sh --no-color -b 14 -sup` | This is the command you will be running on your schedule, example: `bash /mnt/speed/scripts/truetool/truetool.sh -b 14 -rsup` | +| `Command` | `bash /PATH/TO/truetool_DIRECTORY/truetool.sh --no-color -b 14 -sup` | This is the command you will be running on your schedule, example: `bash /mnt/speed/scripts/truetool/truetool.sh -b 14 -sup` | | `Run As User` | `root` | Running the script as `root` is REQUIRED. You cannot access all of the kubernetes functions without this user. | | `Schedule` | Up to you, example: `0400` | Again up to you | | `Hide Standard Output` | `False` or Unticked | It's best to keep an eye on updates and enable this to recieve email reports |