mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Fix one more echo
This commit is contained in:
@@ -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))"
|
||||
|
||||
|
Reference in New Issue
Block a user