From 24ea98f7616c93b294a7f278205c58dd4c20d84d Mon Sep 17 00:00:00 2001 From: ictmaatwerk Date: Mon, 10 Sep 2018 09:52:16 +0000 Subject: [PATCH] 'NGINX-Installer.sh' updaten --- NGINX-Installer.sh | 1 - 1 file changed, 1 deletion(-) 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"';"