Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c4b4d commit ad98ef9Copy full SHA for ad98ef9
docs/templates/troubleshooting.md
@@ -150,3 +150,7 @@ This script tells us what command is being run and what the exit status is. If
150
the exit status is non-zero, it means the command failed and we exit the script.
151
Since we are manually checking the exit status here, we don't need `set -e` at
152
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