Skip to content

Commit

Permalink
Use _log functions in start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Aug 25, 2023
1 parent 1167e9b commit 04b3d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/docker-stacks-foundation/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _log "Entered start.sh with args:" "$@"
unset_explicit_env_vars () {
if [ -n "${JUPYTER_ENV_VARS_TO_UNSET}" ]; then
for env_var_to_unset in $(echo "${JUPYTER_ENV_VARS_TO_UNSET}" | tr ',' ' '); do
echo "Unset ${env_var_to_unset} due to JUPYTER_ENV_VARS_TO_UNSET"
_log "Unset ${env_var_to_unset} due to JUPYTER_ENV_VARS_TO_UNSET"
unset "${env_var_to_unset}"
done
unset JUPYTER_ENV_VARS_TO_UNSET
Expand Down

0 comments on commit 04b3d0c

Please sign in to comment.