mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 19:13:03 +00:00
DOC: Fix more typos in warning messages.
This commit is contained in:
@@ -6,7 +6,7 @@ if [ -z "$JPY_PSQL_PASSWORD" ]; then
|
|||||||
echo "Need to set JPY_PSQL_PASSWORD in Dockerfile or via command line.";
|
echo "Need to set JPY_PSQL_PASSWORD in Dockerfile or via command line.";
|
||||||
exit 1;
|
exit 1;
|
||||||
elif [ "$JPY_PSQL_PASSWORD" == "arglebargle" ]; then
|
elif [ "$JPY_PSQL_PASSWORD" == "arglebargle" ]; then
|
||||||
echo "WARNING: Running with password!"
|
echo "WARNING: Running with default password!"
|
||||||
echo "You are STRONGLY ADVISED to use your own password.";
|
echo "You are STRONGLY ADVISED to use your own password.";
|
||||||
fi
|
fi
|
||||||
echo "";
|
echo "";
|
||||||
|
Reference in New Issue
Block a user