From 3690cab84cb00bec127b1999002add4e998153db Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 17 Oct 2023 16:13:14 -0500 Subject: [PATCH] space --- gitea/initialize-gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/initialize-gitea.sh b/gitea/initialize-gitea.sh index 147e703..1747ea5 100755 --- a/gitea/initialize-gitea.sh +++ b/gitea/initialize-gitea.sh @@ -9,7 +9,7 @@ fi # See: https://stackoverflow.com/a/74449556 secure_password() { # extra bytes so that even if we delete some chars we will still have plenty - openssl rand -base64 32 | tr -d '\/+=' | head -c10 && echo + openssl rand -base64 32 | tr -d '\/+=' | head -c 10 && echo } GITEA_USER=${CERC_GITEA_NEW_ADMIN_USERNAME:-"gitea_admin"}