From d943ec36f7080d737c52e2a0e75abf80fededc85 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 16 Nov 2021 01:46:47 +0300 Subject: [PATCH] Fix one more echo --- base-notebook/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/start.sh b/base-notebook/start.sh index 0db3d7ba..def227b8 100755 --- a/base-notebook/start.sh +++ b/base-notebook/start.sh @@ -195,7 +195,7 @@ else # # ref: https://github.com/jupyter/docker-stacks/issues/552 if ! whoami &> /dev/null; then - echo "There is no entry in /etc/passwd for our UID. Attempting to fix..." + _log "There is no entry in /etc/passwd for our UID. Attempting to fix..." if [[ -w /etc/passwd ]]; then _log "Renaming old jovyan user to nayvoj ($(id -u jovyan):$(id -g jovyan))"