mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
DOC: Fix typo in postgres example message.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
echo "";
|
||||
echo "Running initdb.sh.";
|
||||
if [ -z "$JPY_PSQL_PASSWORD" ]; then
|
||||
echo "Need to set JPY_PSQL_PASSWORD in Dockerfile via command line";
|
||||
echo "Need to set JPY_PSQL_PASSWORD in Dockerfile or via command line.";
|
||||
exit 1;
|
||||
elif [ "$JPY_PSQL_PASSWORD" == "arglebargle" ]; then
|
||||
echo "WARNING: Running with password!"
|
||||
|
Reference in New Issue
Block a user