diff --git a/mysql_install.sh b/mysql_install.sh index cdbb8b0..57874be 100644 --- a/mysql_install.sh +++ b/mysql_install.sh @@ -200,7 +200,4 @@ main() { write_php_test_page } -main "$@" - -echo "ServerName localhost" | sudo tee -a /etc/httpd/conf/httpd.conf -sudo systemctl restart httpd \ No newline at end of file +main "$@" \ No newline at end of file