diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index e251294..37a00a9 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -13,7 +13,6 @@ #-------------------# apt install nginx mysql-server-5.7 -y -ufw allow 'Nginx HTTP' mysql_secure_installation mysql -u root -p"$passwd" -e "SELECT user,authentication_string,plugin,host FROM mysql.user;" mysql -u root -p"$passwd" -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '"$passwd"';"