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