Skip to content

Commit 0cc1199

Browse files
author
Ayaz Salikhov
committed
Remove XDG_CACHE_HOME from start.sh sudo call
1 parent 425794a commit 0cc1199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-notebook/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if [ "$(id -u)" == 0 ] ; then
144144

145145
echo "Running as ${NB_USER}:" "${cmd[@]}"
146146
exec sudo --preserve-env --set-home --user "${NB_USER}" \
147-
PATH="${PATH}" XDG_CACHE_HOME="/home/${NB_USER}/.cache" \
147+
PATH="${PATH}" \
148148
PYTHONPATH="${PYTHONPATH:-}" \
149149
"${cmd[@]}"
150150

0 commit comments

Comments
 (0)