Remove obsolete comment
This commit is contained in:
parent
74d02cfe28
commit
17fc85d820
@ -6,7 +6,6 @@ if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
|
|||||||
set -x
|
set -x
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# See: https://stackoverflow.com/a/74449556
|
|
||||||
secure_password() {
|
secure_password() {
|
||||||
# extra bytes so that even if we delete some chars we will still have plenty
|
# 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
|
openssl rand -base64 32 | tr -d '\/+=' | head -c 10 && echo
|
||||||
|
Loading…
Reference in New Issue
Block a user