From 80e3ee652db8a8124fc50d8546a0929331763d52 Mon Sep 17 00:00:00 2001 From: Vicente Ferrari Smith Date: Fri, 24 May 2024 18:20:24 +0000 Subject: [PATCH] git-svn-id: svn://losandesgames.com/alfheim-website@22 15359d88-9307-4e75-a9c1-e5686e5897df --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index 850ed65..fa2841a 100644 --- a/setup.sh +++ b/setup.sh @@ -12,6 +12,10 @@ TIMEZONE=Europe/Vienna # Set the name of the new user to create. 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 + # 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 # installed support for all locales. Do not change this setting!