DOC: Fix more typos in warning messages.

This commit is contained in:
Scott Sanderson
2014-11-03 14:34:14 -05:00
parent b6d230e04d
commit cdca10378f

View File

@@ -6,7 +6,7 @@ if [ -z "$JPY_PSQL_PASSWORD" ]; then
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!"
echo "WARNING: Running with default password!"
echo "You are STRONGLY ADVISED to use your own password.";
fi
echo "";