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 9302bab commit 6a9bac7Copy full SHA for 6a9bac7
commands/save
@@ -129,7 +129,7 @@ case "${compression:-gzip}" in
129
130
# Create a temporary save path
131
# mkdir uses TMPDIR, if unset set to /var/tmp since /tmp is normally in memory and could be too small for a big database
132
-TMPDIR="${TMPDIR:-/var/tmp}"
+export TMPDIR="${TMPDIR:-/var/tmp}"
133
save_path="$(mktemp -d)/"
134
135
# Setup the final path to pass to the save cmd
0 commit comments