Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update troubleshooting.md
Add a note talking about a possible cause of troubleshooting with the `dir` settings during the startup_script initialization.
  • Loading branch information
fcsonline committed Jun 28, 2024
commit d1ed77f4240132057b3e6d1b34e62f478aad1b06
3 changes: 3 additions & 0 deletions docs/templates/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.