summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbins/trove-early-setup1
-rw-r--r--gitano-admin/users/lorry/user.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/bins/trove-early-setup b/bins/trove-early-setup
index f381632..92e888a 100755
--- a/bins/trove-early-setup
+++ b/bins/trove-early-setup
@@ -9,6 +9,7 @@ substitutions-done: /etc/trove-setup.sed hostname-not-baserock
sed -f /etc/trove-setup.sed -i \
/usr/share/gitano/skel/gitano-admin/*/*.lace \
/usr/share/gitano/skel/gitano-admin/*/*.lua \
+ /usr/share/gitano/skel/users/*/user.conf \
/etc/cgitrc /etc/gitano-setup.clod /etc/lorry.conf
/etc/trove-setup.sed:
diff --git a/gitano-admin/users/lorry/user.conf b/gitano-admin/users/lorry/user.conf
index 417950b..f21fac7 100644
--- a/gitano-admin/users/lorry/user.conf
+++ b/gitano-admin/users/lorry/user.conf
@@ -1,2 +1,2 @@
-email_address "lorry@trove-instance"
+email_address "lorry@##TROVE_HOSTNAME##"
real_name "Source Code Lorry Service"