From d1ed77f4240132057b3e6d1b34e62f478aad1b06 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Thu, 27 Jun 2024 09:35:22 +0200 Subject: [PATCH] Update troubleshooting.md Add a note talking about a possible cause of troubleshooting with the `dir` settings during the startup_script initialization. --- docs/templates/troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/templates/troubleshooting.md b/docs/templates/troubleshooting.md index 2c406824ecec7..1a4b79d1cff80 100644 --- a/docs/templates/troubleshooting.md +++ b/docs/templates/troubleshooting.md @@ -150,3 +150,6 @@ This script tells us what command is being run and what the exit status is. If the exit status is non-zero, it means the command failed and we exit the script. Since we are manually checking the exit status here, we don't need `set -e` at the top of the script to exit on error. + +> **Note:** If you aren't seeing any logs, check that the `dir` directive points +> to a valid directory in the file system.