Skip to content

Commit f623dda

Browse files
committed
Use numeric ID instead of username
1 parent 708910d commit f623dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linuxdeploy-plugin-conda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if [ "$CONDA_DOWNLOAD_DIR" != "" ]; then
8686
log "Using user-specified download directory: $CONDA_DOWNLOAD_DIR"
8787
else
8888
# create temporary directory into which downloaded files are put
89-
CONDA_DOWNLOAD_DIR="/tmp/linuxdeploy-plugin-conda-$(whoami)"
89+
CONDA_DOWNLOAD_DIR="/tmp/linuxdeploy-plugin-conda-$(id -u)"
9090

9191
log "Using default temporary download directory: $CONDA_DOWNLOAD_DIR"
9292
fi

0 commit comments

Comments
 (0)