From 0ef09e58ec7823fed24c87bd044a0a1e2b2135da Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Fri, 7 Aug 2020 21:25:07 -0400 Subject: [PATCH] Fix a typo --- virtualmin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 296ad00..a00af49 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -774,7 +774,7 @@ install_with_apt () { systemctl disable "$s">>${RUN_LOG} 2>&1 done run_ok 'apt-get remove --assume-yes --purge apache2* php*' 'Removing apache2 (if installed) before LEMP installation.' - run_ok 'apt-get autoremove --assume-yes' 'Removing unneeded packages that could confict with LEMP stack.' + run_ok 'apt-get autoremove --assume-yes' 'Removing unneeded packages that could conflict with LEMP stack.' run_ok "$install nginx-common" "Installing nginx-common" sed -i 's/listen \[::\]:80 default_server;/#listen \[::\]:80 default_server;/' /etc/nginx/sites-available/default else