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 68fa2d6 commit 8a2f1bfCopy full SHA for 8a2f1bf
bedrock-entry.sh
@@ -2,7 +2,7 @@
2
3
set -eo pipefail
4
5
-: "${TMP_DIR:=/data/tmp}"
+: "${TMP_DIR:=/tmp}"
6
7
if [[ ${DEBUG^^} = TRUE ]]; then
8
set -x
0 commit comments