Skip to content

Commit

Permalink
Merge pull request #40 from marclaporte/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
swelljoe authored Aug 8, 2020
2 parents cf3b8f2 + 0ef09e5 commit bc3f396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc3f396

Please sign in to comment.