Skip to content

Commit ac65b8c

Browse files
committed
Add mpass generation back
1 parent 22186b5 commit ac65b8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,7 @@ if [ "$mysql" = 'yes' ]; then
15181518
systemctl start mysql >> $LOG
15191519
check_result $? "mariadb start failed"
15201520

1521+
mpass=$(gen_pass)
15211522
echo -e "[client]\npassword='$mpass'\n" > /root/.my.cnf
15221523
chmod 600 /root/.my.cnf
15231524

0 commit comments

Comments
 (0)