Skip to content

Commit ad98ef9

Browse files
authored
Update troubleshooting.md
Add a note talking about a possible cause of troubleshooting with the `dir` settings during the startup_script initialization.
1 parent 30c4b4d commit ad98ef9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/templates/troubleshooting.md

+4
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,7 @@ This script tells us what command is being run and what the exit status is. If
150150
the exit status is non-zero, it means the command failed and we exit the script.
151151
Since we are manually checking the exit status here, we don't need `set -e` at
152152
the top of the script to exit on error.
153+
154+
> **Note:** If you aren't seeing any logs, check that the `dir` directive points
155+
> to a valid directory in the file system.
156+

0 commit comments

Comments
 (0)