Remove obsolete comment

This commit is contained in:
Thomas E Lackey 2023-10-17 22:16:02 -05:00
parent 74d02cfe28
commit 17fc85d820

View File

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