From 17fc85d820db3e7c718080d86583a2d93ddf699a Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 17 Oct 2023 22:16:02 -0500 Subject: [PATCH] Remove obsolete comment --- gitea/initialize-gitea.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gitea/initialize-gitea.sh b/gitea/initialize-gitea.sh index 1747ea5..2204c36 100755 --- a/gitea/initialize-gitea.sh +++ b/gitea/initialize-gitea.sh @@ -6,7 +6,6 @@ if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then set -x 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 -c 10 && echo