You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[^1]: The only exception is the use case described at [Jupyter Docker Stacks > Quick Start > Example 2](https://github.com/jupyter/docker-stacks#quick-start).
[^1]: The only exception is the use case described at [Jupyter Docker Stacks > Quick Start > Example 2](https://github.com/jupyter/docker-stacks#quick-start).
@@ -178,6 +197,14 @@ if [ "$(id -u)" == 0 ] ; then
178
197
fi
179
198
fi
180
199
fi
200
+
if [[ "${CP_OPTS}"==""&&"${sf}"!="" ]];then
201
+
if [[ "$(stat -c '%u:%g'"/home/${NB_USER}${DOMAIN:+@$DOMAIN}/.populated")"!="$(id -u "${NB_USER}"):$(id -g "${NB_USER}")" ]];then
202
+
_log "(Automatic) Ensuring the following files/directories in /home/${NB_USER}${DOMAIN:+@$DOMAIN} are owned by ${NB_UID}:${NB_GID} (chown options: -R):"
0 commit comments