Эх сурвалжийг харах

Add mpass generation back

Jaap Marcus 4 жил өмнө
parent
commit
ac65b8cfba

+ 1 - 0
install/hst-install-debian.sh

@@ -1518,6 +1518,7 @@ if [ "$mysql" = 'yes' ]; then
     systemctl start mysql >> $LOG
     check_result $? "mariadb start failed"
 
+    mpass=$(gen_pass)
     echo -e "[client]\npassword='$mpass'\n" > /root/.my.cnf
     chmod 600 /root/.my.cnf