mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
Update README.md
This commit is contained in:
@@ -118,7 +118,7 @@ Here's an example on what you could do in your shell script. See also
|
||||
|
||||
# - The first parameter for the Bootstrap Script is the USER.
|
||||
USER=$1
|
||||
if ["$USER" == ""]; then
|
||||
if [ "$USER" == "" ]; then
|
||||
exit 1
|
||||
fi
|
||||
# ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user