We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708910d commit f623ddaCopy full SHA for f623dda
linuxdeploy-plugin-conda.sh
@@ -86,7 +86,7 @@ if [ "$CONDA_DOWNLOAD_DIR" != "" ]; then
86
log "Using user-specified download directory: $CONDA_DOWNLOAD_DIR"
87
else
88
# create temporary directory into which downloaded files are put
89
- CONDA_DOWNLOAD_DIR="/tmp/linuxdeploy-plugin-conda-$(whoami)"
+ CONDA_DOWNLOAD_DIR="/tmp/linuxdeploy-plugin-conda-$(id -u)"
90
91
log "Using default temporary download directory: $CONDA_DOWNLOAD_DIR"
92
fi
0 commit comments