git-svn-id: svn://losandesgames.com/alfheim-website@22 15359d88-9307-4e75-a9c1-e5686e5897df

This commit is contained in:
Vicente Ferrari Smith 2024-05-24 18:20:24 +00:00
parent 1e37ff8346
commit 80e3ee652d

View File

@ -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!