diff --git a/setup.sh b/setup.sh index 0cf8626..b962069 100644 --- a/setup.sh +++ b/setup.sh @@ -14,7 +14,7 @@ USERNAME=alfheim # Prompt to enter a password for the PostgreSQL greenlight user (rather than hard-coding # a password in this script). -read -p "Enter password for greenlight DB user: " DB_PASSWORD +read -p "Enter password for alfheim DB user: " DB_PASSWORD # Force all output to be presented in en_US for the duration of this script. This avoids # any "setting locale failed" errors while this script is running, before we have