From 35e3edaa6c7eab0d86d76066e09baa75601fa239 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 7 Nov 2022 15:41:11 +0100 Subject: [PATCH] Change default root user email --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 886fd79..69fdcae 100755 --- a/start.sh +++ b/start.sh @@ -28,7 +28,7 @@ setup_ldap_source() { setup_root_user() { set -eu - if sudo -H -u git /home/git/gitea/gitea admin user create --username root --password changeme --email test@cloudron.io --admin -c /run/gitea/app.ini; then + if sudo -H -u git /home/git/gitea/gitea admin user create --username root --password changeme --email admin@cloudron.local --admin -c /run/gitea/app.ini; then echo "==> root user added" else echo "==> Failed to add root user"