Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Nov 7, 2021
1 parent c37d4d7 commit 4b3ec34
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 @@ -176,7 +176,7 @@ else
if ! whoami &> /dev/null; then
if [[ -w /etc/passwd ]]; then
sed --in-place "s/^jovyan:/nayvoj:/" /etc/passwd
echo "Renamed old jovyan user to nayvoy (1000:100)"
echo "Renamed old jovyan user to nayvoj (1000:100)"

echo "jovyan:x:$(id -u):$(id -g):,,,:/home/jovyan:/bin/bash" >> /etc/passwd
echo "Added new jovyan user ($(id -u):$(id -g))"
Expand Down

0 comments on commit 4b3ec34

Please sign in to comment.