Skip to content

Commit

Permalink
fix(script) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
porelli committed Nov 26, 2024
1 parent 30ed144 commit 0eaee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MAX_USERS=${MAX_USERS:-${DEFAULT_MAX_USERS}}

# docker user
DEFAULT_DOCKER_USER=${USER}
read -e -p "Max allowed users [${DEFAULT_DOCKER_USER}]: " DOCKER_USER
read -e -p "Docker user [${DEFAULT_DOCKER_USER}]: " DOCKER_USER
DOCKER_USER=${DOCKER_USER:-${DEFAULT_DOCKER_USER}}

# random passwords
Expand Down

0 comments on commit 0eaee27

Please sign in to comment.