Skip to content

Commit

Permalink
Merge pull request #1547 from IMOKURI/fix-variable-in-log
Browse files Browse the repository at this point in the history
fix variable typo in log
  • Loading branch information
mathbunnyru authored Dec 15, 2021
2 parents 985bd82 + c7da5c6 commit 9ed3b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if [ "$(id -u)" == 0 ] ; then
fi
if [ -n "${CHOWN_EXTRA}" ]; then
for extra_dir in $(echo "${CHOWN_EXTRA}" | tr ',' ' '); do
_log "Ensuring ${extra_dir} is owned by ${NB_UID}:${NB_GID} ${CHOWN_HOME_OPTS:+(chown options: ${CHOWN_HOME_OPTS})}"
_log "Ensuring ${extra_dir} is owned by ${NB_UID}:${NB_GID} ${CHOWN_EXTRA_OPTS:+(chown options: ${CHOWN_EXTRA_OPTS})}"
# shellcheck disable=SC2086
chown ${CHOWN_EXTRA_OPTS} "${NB_UID}:${NB_GID}" "${extra_dir}"
done
Expand Down

0 comments on commit 9ed3b8d

Please sign in to comment.