From 2fb27d618690f590dc03f0ead11866e4a1340fee Mon Sep 17 00:00:00 2001 From: Rigo Date: Mon, 6 Jun 2022 13:59:20 +0200 Subject: [PATCH] bug: 20 Character (pwd) --- src/open3a/install-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open3a/install-service.sh b/src/open3a/install-service.sh index 399b001..160c45e 100644 --- a/src/open3a/install-service.sh +++ b/src/open3a/install-service.sh @@ -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