From f248500d761ee64c28e1836af48d9323094d1f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Tue, 22 Jul 2025 16:54:51 +0200 Subject: [PATCH] Markdown formatting. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dc6733..0e9344b 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,9 @@ echo "--- RSTAT Daily Job Complete ---" ``` **Before proceeding, you must edit the two absolute paths at the top of this script to match your system.** -**Step 2: Make the Script Executable**```bash +**Step 2: Make the Script Executable** + +```bash chmod +x run_daily_job.sh ```