mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-06-16 06:27:01 +02:00
Integrated shellcheck changes by @fbartels
This commit is contained in:
@ -31,5 +31,5 @@ GITEA_DB_NAME="gitea"
|
||||
# Defines the name from the SQL user
|
||||
GITEA_DB_USR="gitea"
|
||||
|
||||
# Build a strong password for the SQL user - could be overwritten with something fixed
|
||||
GITEA_DB_PWD="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
|
||||
# Build a strong password for the SQL user - could be overwritten with something fixed
|
||||
GITEA_DB_PWD="$(random_password)"
|
Reference in New Issue
Block a user