random password open3A set to 20 character

This commit is contained in:
pLAn3tT30 2022-06-06 14:00:31 +02:00 committed by GitHub
parent 8c2d454cb8
commit 16127c1f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ source /root/constants-service.conf
LXC_IP=$(hostname -I)
webroot=/var/www/html
MYSQL_PASSWORD="$(random_password)"
MYSQL_PASSWORD="$(random_password_open3a)"
apt update