DOC: Fix typo in postgres example message.

This commit is contained in:
Scott Sanderson
2014-11-03 13:51:20 -05:00
parent b34a6d7f83
commit b6d230e04d

View File

@@ -3,7 +3,7 @@
echo ""; echo "";
echo "Running initdb.sh."; echo "Running initdb.sh.";
if [ -z "$JPY_PSQL_PASSWORD" ]; then 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; exit 1;
elif [ "$JPY_PSQL_PASSWORD" == "arglebargle" ]; then elif [ "$JPY_PSQL_PASSWORD" == "arglebargle" ]; then
echo "WARNING: Running with password!" echo "WARNING: Running with password!"