Serghey Rodin пре 12 година
родитељ
комит
6fd8a6b3ea
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      install/vst-install.sh

+ 1 - 0
install/vst-install.sh

@@ -530,6 +530,7 @@ fi
 
 mysqladmin -u root password $mpass
 echo -e "[client]\npassword='$mpass'\n" > /root/.my.cnf
+chmod 600 /root/.my.cnf
 mysql -e "DELETE FROM mysql.user WHERE User=''"
 mysql -e "DROP DATABASE test"
 mysql -e "DELETE FROM mysql.db WHERE Db='test' OR Db='test\\_%'"