Skip to content

Commit 8a2f1bf

Browse files
authored
Temp directory is configurable but defaults to /tmp (#252)
1 parent 68fa2d6 commit 8a2f1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bedrock-entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eo pipefail
44

5-
: "${TMP_DIR:=/data/tmp}"
5+
: "${TMP_DIR:=/tmp}"
66

77
if [[ ${DEBUG^^} = TRUE ]]; then
88
set -x

0 commit comments

Comments
 (0)